Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 611 Bytes

CHANGELOG.md

File metadata and controls

48 lines (40 loc) · 611 Bytes

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

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