index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
math.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
object.c: rb_num_to_dbl
nobu
2015-08-13
1
-46
/
+1
*
ruby/missing.h: M_PI fallback definition
nobu
2015-07-21
1
-3
/
+0
*
* math.c (math_log1, math_log2, math_log10): refactoring
gogotanaka
2015-03-16
1
-23
/
+18
*
* math.c (math_cbrt): [DOC] Fix domain and codomain.
gogotanaka
2015-03-15
1
-2
/
+2
*
math.c: more robust
nobu
2015-03-14
1
-3
/
+2
*
* math.c (math_gamma): rename NGAMMA_TABLE to NFACT_TABLE.
gogotanaka
2015-03-14
1
-3
/
+3
*
* math.c (math_gamma): explicit cast to double.
gogotanaka
2015-03-14
1
-1
/
+1
*
* math.c (math_gamma): optimization for passed small integer.
gogotanaka
2015-03-14
1
-7
/
+6
*
math.c: fix tgamma on mingw
nobu
2015-03-10
1
-0
/
+10
*
* math.c: refactoring: remove unnecessary variable d0 to unify code
gogotanaka
2015-03-05
1
-40
/
+33
*
* math.c (num2dbl_with_to_f): direct casting from Rational to double.
gogotanaka
2015-03-03
1
-2
/
+13
*
math.c: optimization for Bignum
nobu
2015-01-30
1
-7
/
+32
*
math.c: deoptimize
nobu
2015-01-29
1
-2
/
+17
*
math.c: Get_Double
nobu
2015-01-29
1
-59
/
+28
*
* math.c (math_atan2): revive documentation before r49220.
hsbt
2015-01-18
1
-1
/
+3
*
* math.c (math_atan2): improve documentation.
hsbt
2015-01-12
1
-2
/
+2
*
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-15
1
-1
/
+0
*
constify parameters
nobu
2014-06-18
1
-2
/
+2
*
configure.in: check atan2
nobu
2014-05-12
1
-2
/
+1
*
* math.c (rb_math_sqrt): omitted exporting an unused function,
tadf
2014-05-05
1
-0
/
+2
*
* math.c (math_atan2): remove the condition for test.
nobu
2014-05-04
1
-1
/
+1
*
math.c: C99-like atan2
nobu
2014-05-04
1
-1
/
+18
*
math.c: check domain of base argument
nobu
2014-05-03
1
-8
/
+17
*
math.c: adjust prototype of math_log
nobu
2014-05-03
1
-2
/
+2
*
* internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.
akr
2014-02-15
1
-3
/
+3
*
math.c: fix for Bignum argument
nobu
2013-09-28
1
-3
/
+12
*
bignum.c, math.c: RB_BIGNUM_TYPE_P
nobu
2013-09-07
1
-3
/
+5
*
bignum.c, math.c: type predicates
nobu
2013-09-07
1
-3
/
+3
*
* math.c (math_log): Test the sign for bignums.
akr
2013-09-07
1
-3
/
+3
*
* math.c (math_log): Support bignums bigger than 2**1024.
akr
2013-09-07
1
-0
/
+28
*
* internal.h (numberof): Gathered from various files.
akr
2013-06-07
1
-2
/
+0
*
math.c: ASCII minus
nobu
2013-06-02
1
-11
/
+11
*
* math.c: improve and fix documentation of sin, tan and log
eregon
2013-05-20
1
-9
/
+9
*
* math.c: RDoc formatting of Math core docs with domains and codomains
zzak
2013-05-19
1
-96
/
+218
*
* include/ruby/util.h: removed extra semicolon in definition of
tadf
2012-11-21
1
-1
/
+1
*
* complex.c: use "__sun" instead of "__sun__" to detect SunOS.
akr
2011-10-24
1
-1
/
+1
*
* use RB_TYPE_P which is optimized for constant types, instead of
nobu
2011-09-29
1
-1
/
+1
*
* complex.c (f_signbit): fix compile error in gcc4 on Solaris with
ngoto
2011-08-05
1
-2
/
+3
*
Forward-ports r32777 from branches/ruby_1_9_3 to trunk.
yugui
2011-07-31
1
-0
/
+4
*
* math.c: Attach documentation for Math.
drbrain
2011-06-29
1
-0
/
+2
*
* internal.h: declare internal functions here.
akr
2011-06-17
1
-1
/
+1
*
* math.c (math_atan2): you should know that M_PI is not the feature
usa
2010-08-27
1
-0
/
+3
*
* math.c (math_atan2): change the behavior when x and y are zero.
mrkn
2010-08-27
1
-1
/
+7
*
* array.c: Documentation: change => in call-seq to ->.
marcandre
2010-05-17
1
-26
/
+26
*
* error.c: RDoc for subclasses of Exception. [ruby-core:28394]
marcandre
2010-05-08
1
-0
/
+16
*
* math.c: Math::DomainError < StandardException [ruby-core:29855]
marcandre
2010-04-30
1
-1
/
+1
*
* math.c (rb_eMathDomainError): new exception class for representing mathemat...
muraken
2010-02-28
1
-71
/
+46
*
* math.c (math_atanh): raise ERANGE without calling atanh if absolute
mame
2010-02-18
1
-0
/
+7
*
* math.c (math_lgamma): initialize sign because
akr
2010-02-06
1
-1
/
+1
*
* math.c (domain_check): ignore errno if y is inf.
naruse
2010-01-25
1
-1
/
+4
[next]