Skip to content

Commit 8d87dd4

Browse files
committed
Add more test cases
1 parent c98ad66 commit 8d87dd4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/test_udecimal.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,9 @@
103103
except Exception as e:
104104
print("exception")
105105
print(Decimal("2").atan())
106+
print(Decimal("1").asin())
107+
print(Decimal("-1").asin())
108+
print(Decimal(".5").asin())
109+
print(Decimal("1").acos())
110+
print(Decimal("-1").acos())
111+
print(Decimal(".5").asin())

0 commit comments

Comments
 (0)