Skip to content

Version 2.2

Latest
Compare
Choose a tag to compare
@JeneLitsch JeneLitsch released this 18 May 16:11
· 988 commits to main since this release

New Features

  • bitwise operator & | ^
  • std::bits::set
  • std::bits::get
  • std::e constant
  • std::tau constant
  • std::cbrt (cube root)
  • std::lerp

Fixes

  • / and % now throw correct exceptions for division by 0
  • rand_int and rand_float now handle min > max correctly