4 lines
108 B
TypeScript
Raw Normal View History

2018-03-24 17:18:15 +01:00
// TODO
assert(Math.log(123) == JSMath.log(123));
assert(Mathf.log(123) == JSMath.fround(JSMath.log(123)));