summaryrefslogtreecommitdiffhomepage
path: root/test/t/math.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/math.rb')
-rw-r--r--test/t/math.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/t/math.rb b/test/t/math.rb
index 40ae53438..5b9da4cb3 100644
--- a/test/t/math.rb
+++ b/test/t/math.rb
@@ -10,7 +10,7 @@ assert('Math.sin PI/2') do
end
-assert('Fundamental trig identities') do
+assert('Fundamental trig identities') do
result = true
N = 15
N.times do |i|
@@ -26,7 +26,7 @@ assert('Fundamental trig identities') do
result &= check_float((1/t) ** 2 + 1, (1/s) ** 2)
end
result
-end
+end
assert('Math.erf 0') do
check_float(Math.erf(0), 0)