2018-03-24 17:18:15 +01:00

4 lines
108 B
TypeScript

// TODO
assert(Math.log(123) == JSMath.log(123));
assert(Mathf.log(123) == JSMath.fround(JSMath.log(123)));