mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-25 04:31:43 +00:00
Math scaffolding
This commit is contained in:
@ -38,7 +38,7 @@ export declare function floor<T>(value: T): T;
|
||||
|
||||
export declare function copysign<T>(left: T, right: T): T;
|
||||
|
||||
export declare function nearest<T>(left: T, right: T): T;
|
||||
export declare function nearest<T>(value: T): T;
|
||||
|
||||
export declare function reinterpret<T>(value: void): T;
|
||||
|
||||
|
Reference in New Issue
Block a user