summaryrefslogtreecommitdiff
path: root/complex.c
AgeCommit message (Expand)Author
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
2014-03-17unused functions and variablesnobu
2013-09-15 * complex.c: removed meaningless lines.tadf
2013-09-10rational.c: conditionally defined variablenobu
2013-09-09complex.c: fix typonobu
2013-09-09complex.c, rational.c: use RB_TYPE_Pnobu
2013-05-13* gc.c: support RGENGC. [ruby-trunk - Feature #8339]ko1
2013-05-13* include/ruby/ruby.h: constify RRational::(num,den) andko1
2013-05-13* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko1
2013-04-12* array.c: Document synonymous methods, by windwiny [GH-277]zzak
2013-03-10 * complex.c: edited rdoc.tadf
2013-03-10 * complex.c: described syntax of string form.tadf
2013-01-26marshal.c: marshal_dump instance varialbesnobu
2012-12-01complex.c, time.c: make marshal methods privatenobu
2012-11-22 * complex.c (string_to_c_strict, string_to_c): check NUL.tadf
2012-11-21 * complex.c (nucomp_to_c): added.tadf
2012-11-20 * complex.c: some improvements.tadf
2012-11-18 * complex.c (read_comp): mathn compliant.tadf
2012-11-18trivial changes.tadf
2012-11-17 * complex.c (read_comp): modified handling of polar form.tadf
2012-11-17 * complex.c (read_comp): fixed handling of polar form.tadf
2012-11-17 * complex.c (string_to_c_strict, string_to_c): rewrote without regexp.tadf
2012-11-17 * complex.c (make_patterns): should not accept extra sign.tadf
2012-11-10 * complex.c: modified doc.tadf
2012-11-03 * complex.c: modified doc.tadf
2012-10-20* include/ruby/ruby.h: add C APIs.nari
2012-09-22* complex.c: Fix examples of r36993.eregon