Skip to content

Commit

Permalink
add float_one to global
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Jul 17, 2024
1 parent d13dd61 commit 31aba86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ declare global {
/********************************************************************************************************************* */
// FLOAT APIS

const float_one: () => ErrorCode | bigint
const float_set: (exponent: number, mantissa: number) => ErrorCode | bigint
const float_multiply: (f1: bigint, f2: bigint) => ErrorCode | bigint
const float_mulratio: (
Expand Down

0 comments on commit 31aba86

Please sign in to comment.