Closed JErnestoMtz closed 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.
Float
Trig
Log
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 twoTrig
andLog
traits.