Skip to content

Commit

Permalink
More cases
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderOMara committed Nov 16, 2024
1 parent d753928 commit 28ea87c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/f16.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ export const F64_I16 = [
[-0.7071067811865476, 47528],
[1.4142135623730951, 15784],
[-1.4142135623730951, 48552],
[65536, 31744],
[65536.1, 31744],
[9007199254740991, 31744],
[-9007199254740991, 64512],
[1.7976931348623157e+308, 31744],
[5e-324, 0],
];

export const ALL_F16 = [
Expand Down

0 comments on commit 28ea87c

Please sign in to comment.