aboutsummaryrefslogtreecommitdiffstats
path: root/complex.c
Commit message (Expand)AuthorAgeFilesLines
* rb_funcallvnobu2016-07-291-2/+2
* numeric.c, complex.c: Add finite? and infinite? consistent with Floatmrkn2016-07-171-0/+65
* math.c: Complex sqrtnobu2016-07-121-12/+22
* complex.c: rb_complex prefixnobu2016-07-121-4/+4
* ruby.h: RB_INTEGER_TYPE_Pnobu2016-05-181-2/+2
* * complex.c (rb_complex_set_imag): Fix to properly set imagyui-knk2016-05-031-1/+1
* complex.c don't refer rb_cFixnum and rb_cBignum.akr2016-05-011-2/+2
* complex.c: pure declarationsnobu2016-03-311-5/+2
* RUBY_ASSERTnobu2016-01-221-1/+1
* preserve encodings in error messagesnobu2015-09-281-2/+2
* complex.c: ruby/config.h must be included before math.hodaira2015-09-231-0/+1
* ruby/missing.h: M_PI fallback definitionnobu2015-07-211-1/+1
* * complex.c (f_complex_polar): simple bug reproduced only when y isusa2015-05-221-1/+1
* numeric.c: Numeric#positive? and Numeric#negative?nobu2015-05-171-0/+3
* * complex.c (k_exact_one_p): remove unused macro k_exact_one_p.gogotanaka2015-03-241-1/+0
* * complex.c (k_inexact_p, k_exact_zero_p): use k_exact_zero_p macrogogotanaka2015-03-241-5/+4
* complex.c: [DOC] mention about Complex literal.gogotanaka2015-03-211-2/+3
* complex.c: suppress warnings on FreeBSDnobu2015-03-091-2/+2
* complex.c: sign of zerosnobu2015-02-251-12/+26
* complex.c: specializenobu2015-02-251-11/+9
* complex.c: move optimizationnobu2015-02-251-29/+40
* complex.c: M_PI in VCnobu2015-02-251-0/+4
* numeric.c: calculate complex numbersnobu2015-02-241-4/+6
* complex.c: multiply as rotationnobu2015-02-241-0/+35
* * complex.c: removed commented-out code.hsbt2015-01-101-4/+0
* * internal.h: Gather declarations in non-header files.akr2014-11-181-2/+0
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-1/+0
* provide backward compatibilitiesnobu2014-08-221-0/+2
* add some documents [ci skip]nobu2014-07-281-1/+1
* * include/ruby/ruby.h (struct RComplex): no longer. [Feature #9888]shyouhei2014-06-231-0/+14
* avoid large alloca on Complex/Rational callsnormal2014-05-021-8/+15
* * complax.c: [DOC] Document number conversion of `nil` by @skade [fix GH-570]...hsbt2014-03-211-0/+2
* complex.c: remove f_inspect and f_to_snobu2014-03-171-23/+14
* unused functions and variablesnobu2014-03-171-58/+6
* * complex.c: removed meaningless lines.tadf2013-09-151-2/+0
* rational.c: conditionally defined variablenobu2013-09-101-0/+2
* complex.c: fix typonobu2013-09-091-4/+4
* complex.c, rational.c: use RB_TYPE_Pnobu2013-09-091-49/+27
* * gc.c: support RGENGC. [ruby-trunk - Feature #8339]ko12013-05-131-1/+1
* * include/ruby/ruby.h: constify RRational::(num,den) andko12013-05-131-4/+4
* * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko12013-05-131-2/+2
* * array.c: Document synonymous methods, by windwiny [GH-277]zzak2013-04-121-0/+1
* * complex.c: edited rdoc.tadf2013-03-101-1/+7
* * complex.c: described syntax of string form.tadf2013-03-101-0/+18
* marshal.c: marshal_dump instance varialbesnobu2013-01-261-0/+1
* complex.c, time.c: make marshal methods privatenobu2012-12-011-2/+2
* * complex.c (string_to_c_strict, string_to_c): check NUL.tadf2012-11-221-3/+21
* * complex.c (nucomp_to_c): added.tadf2012-11-211-0/+16
* * complex.c: some improvements.tadf2012-11-201-11/+29
* * complex.c (read_comp): mathn compliant.tadf2012-11-181-8/+8