summaryrefslogtreecommitdiff
path: root/test/ruby/test_complex.rb
AgeCommit message (Expand)Author
2016-11-29get rid of ambiguous parentheses warningsnobu
2016-10-24complex.c: undefine Comparable methodsnobu
2016-10-24refine assertionsnobu
2016-10-24complex.c: undefine clampnobu
2016-07-17numeric.c, complex.c: Add finite? and infinite? consistent with Floatmrkn
2016-05-21hash method valuesnobu
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-09-28preserve encodings in error messagesnobu
2015-06-06* Move test cases from test/ruby/test_complex.rb to test/test_cmath.rbgogotanaka
2015-06-01test/ruby/test_complex.rb: Add test for CMath.log2gogotanaka
2015-05-22* complex.c (f_complex_polar): simple bug reproduced only when y isusa
2015-02-24* lib/cmath.rb (log): raise ArgumentError when more than 2 argumentsgogotanaka
2015-02-24complex.c: multiply as rotationnobu
2014-08-27* test/ruby/test_complex.rb: removed unreachable code.hsbt
2014-08-26* test/ruby/test_complex.rb: cherry-picked working assertions from r47251.hsbt
2014-08-24* test/ruby/test_complex.rb: removed needless conditions.hsbt
2014-08-22* test/ruby/test_complex.rb: removed commented-out code.hsbt
2014-08-22* test/ruby/test_complex.rb: fixed broken tests. Math is nothsbt
2013-12-13test/ruby: better assertionsnobu
2012-11-17 * complex.c (make_patterns): should not accept extra sign.tadf
2012-07-26test_complex.rb, test_rational.rb: revert some assertionsnobu
2012-07-25complex.c, rational.c: compatible marshal loadernobu
2012-06-22revert some teststadf
2012-06-03 * complex.c: wrote Complex#_dump and Complex::load. But nowtadf
2012-06-03 * complex.c (nucomp_marshal_load): [ruby-core:45394]tadf
2012-03-12Exclude json/add/complex.rb.naruse
2011-11-02* complex.c (nucomp_rationalize): fix function. [ruby-core:40667]nobu
2011-08-10* complex.c (nucomp_rationalize): calls rationalize of real part ifmrkn
2011-05-09 * test/ruby/test_{complex,rational}.rb: added tests.tadf
2011-05-09 * complex.c (string_to_c_internal): a refactoring.tadf
2011-05-09* complex.c (string_to_c_internal): support scientific notation.mrkn
2010-11-22added some tests.tadf
2010-08-05* complex.c (nucomp_marshal_load): should check the argument.nobu
2010-01-26suppress warnings.akr
2009-11-26* test/ruby/test_complex.rb (@unify): fix the detection if mathyugui
2009-07-25* complex.c (nucomp_hash), rational.c (nurat_hash): not to usenobu
2009-07-03 * complex.c (nucomp_equal_p): removed.tadf
2009-07-03 * rational.c: renamed equal_p to eqeq_p.tadf
2009-07-03 * complex.c: undef-ed shome methods. [ruby-core:24110]tadf
2009-06-18 * rational.c (nurat_s_convert): calls to_r when the given argumenttadf
2009-06-16 * complex.c (nucomp_coerce): accepts Complex instances.tadf
2009-06-07removed extra spaces.tadf
2008-12-04 * test/ruby/test_complex.rb: added some tests.tadf
2008-12-03 * complex.c (nurat_{to_s,inspect}): provides better representationtadf
2008-11-10trivial changes.tadf
2008-09-23 * complex.c (nucomp_s_canonicalize_internal): does no applytadf
2008-09-21 * complex.c (nucomp_s_canonicalize_internal): checks exactness oftadf
2008-09-20 * complex.c: an instance method image has been removed andtadf
2008-09-19* prec.c: removed. Precision will be redesigned and be back again.yugui