index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
math.c
Age
Commit message (
Expand
)
Author
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-04-25
[DOC] Enhanced RDoc for Math module (#5837)
Burdette Lamar
2021-09-12
Using RB_FLOAT_TYPE_P macro
S-H-GAMELINKS
2021-09-11
Using RB_BIGNUM_TYPE_P macro
S-H-GAMELINKS
2021-08-27
Use C99-defined signbit macro
Nobuyoshi Nakada
2021-08-18
Replace f_boolcast with RBOOL macro
S.H
2021-07-04
Add domain check macros
Nobuyoshi Nakada
2021-07-04
Removed extra double quotes from domain error messages
Nobuyoshi Nakada
2021-05-08
Fix Math.cbrt(0.0) on glibc
Jeremy Evans
2021-01-05
[DOC] Fix grammar: "is same as" -> "is the same as"
Marcus Stollsteimer
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-24
[DOC] Fix wording in Math::E documentation
Marcus Stollsteimer
2019-11-19
make functions static
卜部昌平
2019-08-29
Add word "Euler's number" to Math::E docs
schneems
2018-06-06
math.c: adjust cbrt
nobu
2018-03-09
math.c: calling order
nobu
2018-01-19
INFINITY is float. That of double is HUGE_VAL.
shyouhei
2017-05-13
math.c: check argument to lgamma_r
nobu
2017-05-13
math.c: check argument to tgamma
nobu
2017-05-12
fix tgamma for inifity
nobu
2017-05-12
Math.gamma(Float::INFINITY) should return +INF
usa
2017-05-10
math.c (ruby_lgamma_r): reduce duplicate code
nobu
2017-05-06
math.c: improve docs for Math.sqrt
stomar
2017-04-09
math.c: improve docs for Math.sqrt
stomar
2017-03-05
math.c: more accuracy
nobu
2016-11-19
math.c: unused_obj
nobu
2016-11-16
math.c: remove needless ifdef clause
mrkn
2016-10-26
[DOC] replace Fixnum with Integer [ci skip]
nobu
2016-08-02
math.c: faster tanh
nobu
2016-08-02
math.c: tanh overflow
nobu
2016-07-13
* math.c (_USE_MATH_DEFINES): it must be set before including internal.h
usa
2016-07-13
fix type
naruse
2016-07-13
* math.c (rb_math_sqrt): r55646 must use f_signbit.
naruse
2016-07-12
math.c: Complex sqrt
nobu
2016-07-12
math.c: get_double_rshift
nobu
2016-07-12
math.c: use common constants
nobu
2016-04-27
* configure.in (rb_cv_lgamma_r_pm0): check if lgamma_r(+0.0)
odaira
2016-04-06
configure.in: check lgamma_r(-0.0)
nobu
2016-04-06
lgamma_r.c: fix at -0.0
nobu
2016-04-05
* math.c (ruby_lgamma_r): mswin's lgamma_r also seems to be wrong.
usa
2016-04-05
math.c: fix lgamma
nobu
2016-04-05
math.c: fix tgamma
nobu
2015-08-13
object.c: rb_num_to_dbl
nobu
2015-07-21
ruby/missing.h: M_PI fallback definition
nobu
2015-03-16
* math.c (math_log1, math_log2, math_log10): refactoring
gogotanaka
2015-03-15
* math.c (math_cbrt): [DOC] Fix domain and codomain.
gogotanaka
2015-03-14
math.c: more robust
nobu
[next]