const_math 1.1.0
const_math: ^1.1.0 copied to clipboard
A package providing compile time math functions, not optimized for run time calculation.
1.1.0 #
- Introduce
functionslibrary to allow function-like syntax. - Reduce the lower bound of dart sdk to 3.3.0.
1.0.3 #
- Improve accuracy of
ConstMath.atan()andConstMath.atan2()
1.0.2 #
- Remove three deprecated named parameters in private constructor
ConstMath._polynomial(). - Improve explanation about the package in README.md
1.0.1 #
- Adjust the License format
1.0.0 #
- Initial version.