mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-21 18:51:43 +00:00
Math scaffolding
This commit is contained in:
3
tests/compiler/std/math.ts
Normal file
3
tests/compiler/std/math.ts
Normal file
@ -0,0 +1,3 @@
|
||||
// TODO
|
||||
assert(Math.log(123) == JSMath.log(123));
|
||||
assert(Mathf.log(123) == JSMath.fround(JSMath.log(123)));
|
Reference in New Issue
Block a user