Skip to content

Commit

Permalink
fix: fix asinh tests
Browse files Browse the repository at this point in the history
  • Loading branch information
richtia committed Jul 31, 2023
1 parent 42fddbe commit c3488fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cases/arithmetic/asinh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ cases:
- value: 0.01
type: fp32
result:
value: null
value: 0.009999833340832886
type: fp32
- group: basic
args:
- value: 1.0
type: fp64
result:
value: 0.0
value: 0.881373587019543
type: fp64
- group: basic
args:
- value: 0.0000009
- value: 0.0009
type: fp64
result:
value: null
value: 0.0008999998785000443
type: fp64
- group: basic
args:
Expand Down

0 comments on commit c3488fe

Please sign in to comment.