mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-26 15:32:16 +00:00
4 lines
108 B
TypeScript
4 lines
108 B
TypeScript
|
// TODO
|
||
|
assert(Math.log(123) == JSMath.log(123));
|
||
|
assert(Mathf.log(123) == JSMath.fround(JSMath.log(123)));
|