summaryrefslogtreecommitdiffstats
path: root/math.c (follow)
Commit message (Expand)AuthorAgeLines
* Using RB_FLOAT_TYPE_P macroS-H-GAMELINKS2021-09-12-1/+1
* Using RB_BIGNUM_TYPE_P macroS-H-GAMELINKS2021-09-11-2/+0
* Use C99-defined signbit macroNobuyoshi Nakada2021-08-27-5/+0
* Replace f_boolcast with RBOOL macroS.H2021-08-18-3/+2
* Add domain check macrosNobuyoshi Nakada2021-07-04-17/+13
* Removed extra double quotes from domain error messagesNobuyoshi Nakada2021-07-04-1/+1
* Fix Math.cbrt(0.0) on glibcJeremy Evans2021-05-08-1/+1
* [DOC] Fix grammar: "is same as" -> "is the same as"Marcus Stollsteimer2021-01-05-3/+3
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-11-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-11-1/+1
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-08-1/+1
* decouple internal.h headers卜部昌平2019-12-26-2/+11
* [DOC] Fix wording in Math::E documentationMarcus Stollsteimer2019-12-24-1/+1
* make functions static卜部昌平2019-11-19-1/+3
* Add word "Euler's number" to Math::E docsschneems2019-08-29-1/+1
* math.c: adjust cbrtnobu2018-06-06-1/+8
* math.c: calling ordernobu2018-03-09-7/+7
* INFINITY is float. That of double is HUGE_VAL.shyouhei2018-01-19-9/+9
* math.c: check argument to lgamma_rnobu2017-05-13-16/+4
* math.c: check argument to tgammanobu2017-05-13-1/+7
* fix tgamma for inifitynobu2017-05-12-16/+0
* Math.gamma(Float::INFINITY) should return +INFusa2017-05-12-1/+1
* math.c (ruby_lgamma_r): reduce duplicate codenobu2017-05-10-5/+2
* math.c: improve docs for Math.sqrtstomar2017-05-06-1/+1
* math.c: improve docs for Math.sqrtstomar2017-04-09-0/+7
* math.c: more accuracynobu2017-03-05-1/+1
* math.c: unused_objnobu2016-11-19-29/+29
* math.c: remove needless ifdef clausemrkn2016-11-16-4/+0
* [DOC] replace Fixnum with Integer [ci skip]nobu2016-10-26-1/+1
* math.c: faster tanhnobu2016-08-02-0/+5
* math.c: tanh overflownobu2016-08-02-1/+3
* * math.c (_USE_MATH_DEFINES): it must be set before including internal.husa2016-07-13-1/+1
* fix typenaruse2016-07-13-1/+1
* * math.c (rb_math_sqrt): r55646 must use f_signbit.naruse2016-07-13-1/+19
* math.c: Complex sqrtnobu2016-07-12-0/+15
* math.c: get_double_rshiftnobu2016-07-12-25/+12
* math.c: use common constantsnobu2016-07-12-2/+12
* * configure.in (rb_cv_lgamma_r_pm0): check if lgamma_r(+0.0)odaira2016-04-27-1/+4
* configure.in: check lgamma_r(-0.0)nobu2016-04-06-1/+1
* lgamma_r.c: fix at -0.0nobu2016-04-06-1/+1
* * math.c (ruby_lgamma_r): mswin's lgamma_r also seems to be wrong.usa2016-04-05-1/+1
* math.c: fix lgammanobu2016-04-05-0/+16
* math.c: fix tgammanobu2016-04-05-4/+10
* object.c: rb_num_to_dblnobu2015-08-13-46/+1
* ruby/missing.h: M_PI fallback definitionnobu2015-07-21-3/+0
* * math.c (math_log1, math_log2, math_log10): refactoringgogotanaka2015-03-16-23/+18
* * math.c (math_cbrt): [DOC] Fix domain and codomain.gogotanaka2015-03-15-2/+2
* math.c: more robustnobu2015-03-14-3/+2
* * math.c (math_gamma): rename NGAMMA_TABLE to NFACT_TABLE.gogotanaka2015-03-14-3/+3
* * math.c (math_gamma): explicit cast to double.gogotanaka2015-03-14-1/+1