jsbean / ArithmeticTools

Basic arithmetic types and operations
MIT License
3 stars 0 forks source link

Make quadratic(_:_:_:) generic over FloatingPoint #105

Closed jsbean closed 7 years ago

jsbean commented 7 years ago

Also, it was touching some buttons of the compiler which multiplied compile time of the entire module by a lot. Became more explicit about types. Seems much happier.

Fixes #56.