aboutsummaryrefslogtreecommitdiffstats
path: root/complex.c
Commit message (Expand)AuthorAgeFilesLines
* Adding links to literals and Kernel (#5192)Burdette Lamar2021-12-031-0/+8
* Remove declarations unused since a95262356ef5Nobuyoshi Nakada2021-10-181-2/+0
* Refactor and Using RBOOL macroS.H2021-09-151-4/+1
* Using RB_BIGNUM_TYPE_P macroS-H-GAMELINKS2021-09-111-1/+1
* include/ruby/internal/intern/complex.h: add doxygen卜部昌平2021-09-101-7/+0
* Remove unneeded commentS-H-GAMELINKS2021-09-031-8/+0
* Extract always_finite_type_p and handle flonum casesNobuyoshi Nakada2021-09-021-4/+12
* Make internal predicate functions to return simple booleanNobuyoshi Nakada2021-09-021-9/+6
* Refactor f_infinite_p functionS-H-GAMELINKS2021-09-021-4/+1
* Use C99-defined signbit macroNobuyoshi Nakada2021-08-271-4/+0
* Replace f_boolcast with RBOOL macroS.H2021-08-181-6/+4
* Rename nucomp_false s nucomp_real_p_mNobuyoshi Nakada2021-05-201-2/+2
* cdhash_cmp: can also take complex卜部昌平2021-05-121-3/+9
* Remove duplicated float_arg definationS-H-GAMELINKS2021-03-191-2/+0
* Follow the NDEBUG given to the wholeNobuyoshi Nakada2021-01-071-2/+0
* Removed canonicalization for mathnNobuyoshi Nakada2020-11-101-21/+0
* Don't redefine #rb_intern over and over againStefan Stüben2020-10-211-14/+11
* Fix assertion failed in Complex.polar without NDEBUG (#3551)Kenta Murata2020-09-161-0/+8
* RARRAY_AREF: convert into an inline function卜部昌平2020-08-151-0/+1
* Ensure origins for all included, prepended, and refined modulesJeremy Evans2020-06-031-1/+1
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-1/+1
* Optimize sin/cosNobuyoshi Nakada2020-05-031-4/+15
* reroute redefinition of NDEBUG卜部昌平2020-04-211-0/+1
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-3/+2
* decouple internal.h headers卜部昌平2019-12-261-4/+12
* Improve consistency of bool/true/falseKazuhiro NISHIYAMA2019-11-251-6/+6
* Make Kernel#{Pathname,BigDecimal,Complex} return argument if given correct typeJeremy Evans2019-09-211-0/+3
* Expanded f_quoNobuyoshi Nakada2019-08-101-1/+13
* Expanded f_real_pNobuyoshi Nakada2019-08-101-2/+22
* Predefine some IDsNobuyoshi Nakada2019-08-031-3/+3
* Expanded f_numeratorNobuyoshi Nakada2019-07-161-1/+12
* Expanded f_denominatorNobuyoshi Nakada2019-07-161-2/+12
* Expand f_arg to use particular functions directlyNobuyoshi Nakada2019-07-141-1/+21
* Expand f_abs to use particular functions directlyNobuyoshi Nakada2019-07-141-1/+18
* Removed binop macro which has not been usedNobuyoshi Nakada2019-07-141-7/+0
* Calculate float complex division per each partNobuyoshi Nakada2019-07-141-10/+4
* Check exception flag as a bool [Bug #15987]Nobuyoshi Nakada2019-07-111-7/+1
* * expand tabs.git2019-06-201-1/+1
* Implement Complex#<=>Jeremy Evans2019-06-191-5/+42
* Split long expressionNobuyoshi Nakada2019-04-231-5/+4
* No TypeError at nil if exception: falsenobu2019-01-121-1/+3
* complex.c: optimize zero check for Floatmrkn2019-01-091-1/+4
* complex.c: replace misused UNLIKELY with LIKELYmrkn2019-01-081-8/+8
* complex.c (f_divide): canonicalize a quotientmrkn2019-01-071-4/+5
* complex.c: Optimize Complex#* and Complex#**mrkn2019-01-031-0/+11
* [DOC] Complex() default behaviour is `exception: true` [ci skip]kazu2019-01-031-1/+1
* [DOC] Add `or nil` to call-seq [ci skip]kazu2019-01-031-1/+1
* complex.c: fix against redefining component methodsmrkn2019-01-021-12/+23
* complex.c: fix indentationmrkn2019-01-021-5/+5