Skip to content

v0.5.0: Alpha 2

Latest
Compare
Choose a tag to compare
@JackStouffer JackStouffer released this 05 Jan 14:28
· 15 commits to master since this release
  • Added unary +,-,++,--
  • Added casting to bool and floating point types
  • Added static ctors for infinite and nan for float compatibility
  • Added abs, isNaN, isInfinite
  • Added support to opBinary for mixing different precision levels on each side of the operation