Math
Closed this issue · 3 comments
bahuljain commented
bahuljain commented
Math
- ceil
- floor
- round
- gcd
- pow
- log
- abs
- min
- max
prakhar1989 commented
All these functions are already in JS... and we can't write floor or round w/o using those functions. Need to figure out to call JS first.
prakhar1989 commented
Tracking this in #47.