aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_cmath.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * test/test_cmath.rb: Adding parens to suppress warnings.gogotanaka2015-06-131-24/+24
* * test/test_cmath.rb (TestCMath#test_trigonometric_functions): shouldusa2015-06-111-6/+6
* * test/test_cmath.rb: Add assertions for trigonometric functions.gogotanaka2015-06-101-5/+25
* * test/test_cmath.rb: Add assertions for error handling.gogotanaka2015-06-101-0/+8
* * Move test cases from test/ruby/test_complex.rb to test/test_cmath.rbgogotanaka2015-06-061-4/+35
* Rerefix test introduced by r32307.naruse2011-06-301-1/+1
* Refix test introduced by r32307.naruse2011-06-301-3/+1
* Fix test introduced by r32307.naruse2011-06-301-1/+3
* * lib/cmath.rb (CMath.log): second argument: b can be nil.naruse2011-06-291-0/+4
* * lib/cmath.rb (CMath.cbrt): returns the principal value of the cubemrkn2011-06-131-0/+4
* * lib/cmath.rb (CMath.sqrt): use floating-point value. [ruby-core:31672] [Bu...mrkn2010-08-111-0/+8