aboutsummaryrefslogtreecommitdiffstats
path: root/test/bigdecimal/test_bigmath.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* test_bigmath.rb: ignore on unrelated platformsnobu2014-01-121-1/+8
* test_bigmath.rb: r44558nobu2014-01-111-0/+4
* test_bigmath.rb: test_lognobu2014-01-111-0/+7
* * ext/bigdecimal/bigdecimal.c (BigMath_s_log): move BigMath.log frommrkn2011-06-271-9/+0
* * ext/bigdecimal/bigdecimal.c (BigMath_s_exp): move BigMath.exp frommrkn2011-06-171-16/+0
* * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): add two new constants BigDec...mrkn2010-07-031-0/+8
* * ext/bigdecimal/lib/bigdecimal/math.rb (atan), test/bigdecimal/test_bigmath....mrkn2010-05-111-0/+2
* * test/bigdecimal/testbase.rb (teardown): should reset all modes.nobu2010-04-261-2/+2
* * ext/bigdecimal/lib/bigdecimal/math.rb (atan): atan(Infinity) isnobu2009-09-231-1/+2
* * ext/bigdecimal/lib/bigdecimal/math.rb (sin, cos, atan, exp, log):nobu2009-09-201-0/+77