evincarofautumn / kitten

A statically typed concatenative systems programming language.
http://kittenlang.org/
Other
1.08k stars 39 forks source link

Implemented common floating point math functions #184

Closed ColonelJ closed 7 years ago

ColonelJ commented 7 years ago

OK, sqrt and atan2 have been added, pi is now just implemented with the shortest possible literals, and the commit has been rebased against master to resolve conflicts, so everything should now be good to go!

evincarofautumn commented 7 years ago

Awesome, thank you!