mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-28 16:32:15 +00:00
Remove unused portable definitions
These were intended to do IEEE754 calculations, which wasn't necessary due to glueing float ops instead
This commit is contained in:
parent
be66abbd78
commit
13ed832c5d
9
std/portable.d.ts
vendored
9
std/portable.d.ts
vendored
@ -274,12 +274,3 @@ declare namespace console {
|
|||||||
/** @deprecated */
|
/** @deprecated */
|
||||||
function log(message: string): void;
|
function log(message: string): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @deprecated */
|
|
||||||
declare namespace Math {
|
|
||||||
const LN2: number;
|
|
||||||
function round(value: number): number;
|
|
||||||
function floor(value: number): number;
|
|
||||||
function log(value: number): number;
|
|
||||||
function pow(value: number, exp: number): number;
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user