695 B
695 B
Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
Unreleased
Added
- atan2f
- cos
- coshf
- fmaf
- sin
- sinh
- sinhf
- tan
- tanh
- tanhf
v0.1.1 - 2018-07-14
Added
- acos
- acosf
- asin
- asinf
- atanf
- cbrt
- cbrtf
- ceil
- ceilf
- cosf
- exp
- exp2
- exp2f
- expm1
- expm1f
- fdim
- fdimf
- floorf
- fma
- fmod
- log
- log2
- log10
- log10f
- log1p
- log1pf
- log2f
- roundf
- sinf
- tanf
v0.1.0 - 2018-07-13
- Initial release