prakhar1989/JSJS

Math

Closed this issue · 3 comments

Math

  • ceil
  • floor
  • round
  • gcd
  • pow
  • log
  • abs
  • min
  • max

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.

Tracking this in #47.