diff options
Diffstat (limited to 'test/math.ok')
-rw-r--r-- | test/math.ok | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/math.ok b/test/math.ok new file mode 100644 index 00000000..a396a5b3 --- /dev/null +++ b/test/math.ok @@ -0,0 +1,6 @@ +cos(0.785398) = 0.707107 +sin(0.785398) = 0.707107 +e = 2.718282 +log(e) = 1.000000 +sqrt(pi ^ 2) = 3.141593 +atan2(1, 1) = 0.785398 |