summaryrefslogtreecommitdiff
path: root/complex.c
AgeCommit message (Expand)Author
2017-02-21complex.c: remove deprecated functionsnobu
2016-11-22complex.c: optimize f_gt_p some casesmrkn
2016-11-22complex.c: optimize Kernel#Complexmrkn
2016-11-18complex.c: optimize f_negatemrkn
2016-11-18complex.c: refactoringmrkn
2016-11-16complex.c: optimize Numeric#polar and Numeric#argmrkn
2016-11-15complex.c: purge id_eqeq_p and limit return valuenobu
2016-11-14complex.c: optimizenobu
2016-11-13complex.c: refactoringmrkn
2016-11-13complex.c: refactoringmrkn
2016-11-13complex.c: refactoring and small optimizationmrkn
2016-11-13complex.c: refactoringmrkn
2016-11-12complex.c: refactoringmrkn
2016-10-28complex.c: static IDsnobu
2016-10-28complex.c: FINITE_TYPE_Pnobu
2016-10-24complex.c: undefine Comparable methodsnobu
2016-10-24complex.c: undefine clampnobu
2016-07-29rb_funcallvnobu
2016-07-17numeric.c, complex.c: Add finite? and infinite? consistent with Floatmrkn
2016-07-12math.c: Complex sqrtnobu
2016-07-12complex.c: rb_complex prefixnobu
2016-05-18ruby.h: RB_INTEGER_TYPE_Pnobu
2016-05-03* complex.c (rb_complex_set_imag): Fix to properly set imagyui-knk
2016-05-01complex.c don't refer rb_cFixnum and rb_cBignum.akr
2016-03-31complex.c: pure declarationsnobu
2016-01-22RUBY_ASSERTnobu
2015-09-28preserve encodings in error messagesnobu
2015-09-23complex.c: ruby/config.h must be included before math.hodaira
2015-07-21ruby/missing.h: M_PI fallback definitionnobu
2015-05-22* complex.c (f_complex_polar): simple bug reproduced only when y isusa
2015-05-17numeric.c: Numeric#positive? and Numeric#negative?nobu
2015-03-24* complex.c (k_exact_one_p): remove unused macro k_exact_one_p.gogotanaka
2015-03-24* complex.c (k_inexact_p, k_exact_zero_p): use k_exact_zero_p macrogogotanaka
2015-03-21complex.c: [DOC] mention about Complex literal.gogotanaka
2015-03-09complex.c: suppress warnings on FreeBSDnobu
2015-02-25complex.c: sign of zerosnobu
2015-02-25complex.c: specializenobu
2015-02-25complex.c: move optimizationnobu
2015-02-25complex.c: M_PI in VCnobu
2015-02-24numeric.c: calculate complex numbersnobu
2015-02-24complex.c: multiply as rotationnobu
2015-01-10* complex.c: removed commented-out code.hsbt
2014-11-18* internal.h: Gather declarations in non-header files.akr
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-08-22provide backward compatibilitiesnobu
2014-07-28add some documents [ci skip]nobu
2014-06-23 * include/ruby/ruby.h (struct RComplex): no longer. [Feature #9888]shyouhei
2014-05-02avoid large alloca on Complex/Rational callsnormal
2014-03-21* complax.c: [DOC] Document number conversion of `nil` by @skade [fix GH-570]...hsbt
2014-03-17complex.c: remove f_inspect and f_to_snobu