JErnestoMtz / rapl

Rank Polymorphic array library for Rust.
103 stars 3 forks source link

Remove Trig trait, replace it Float trait and log ops #8

Closed JErnestoMtz closed 1 year ago

JErnestoMtz commented 1 year ago

Trig functions can only be done for Float Types, as well as Log functions. It makes more sense to have a single Float trait instead of two Trig and Log traits.