mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-22 03:01:55 +00:00
Add Math.signbit (#333)
This commit is contained in:
1
std/portable/index.d.ts
vendored
1
std/portable/index.d.ts
vendored
@ -556,6 +556,7 @@ interface IMath {
|
||||
random(): f64;
|
||||
round(x: f64): f64;
|
||||
sign(x: f64): f64;
|
||||
signbit(x: f64): bool;
|
||||
sin(x: f64): f64;
|
||||
sinh(x: f64): f64;
|
||||
sqrt(x: f64): f64;
|
||||
|
Reference in New Issue
Block a user