summaryrefslogtreecommitdiff
path: root/test/test_cmath.rb
AgeCommit message (Expand)Author
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-06-13* test/test_cmath.rb: Adding parens to suppress warnings.gogotanaka
2015-06-11* test/test_cmath.rb (TestCMath#test_trigonometric_functions): shouldusa
2015-06-10* test/test_cmath.rb: Add assertions for trigonometric functions.gogotanaka
2015-06-10* test/test_cmath.rb: Add assertions for error handling.gogotanaka
2015-06-06* Move test cases from test/ruby/test_complex.rb to test/test_cmath.rbgogotanaka
2011-06-30Rerefix test introduced by r32307.naruse
2011-06-30Refix test introduced by r32307.naruse
2011-06-30Fix test introduced by r32307.naruse
2011-06-29* lib/cmath.rb (CMath.log): second argument: b can be nil.naruse
2011-06-13* lib/cmath.rb (CMath.cbrt): returns the principal value of the cubemrkn
2010-08-11* lib/cmath.rb (CMath.sqrt): use floating-point value. [ruby-core:31672] [Bu...mrkn