| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | * math.c (domain_check): check errno first. | nobu | 2010-01-17 | 1 | -4/+4 |
* | rdoc update. | akr | 2009-12-27 | 1 | -0/+11 |
* | * math.c (math_gamma): fix incorrect comparison expression. | takano32 | 2009-11-18 | 1 | -4/+3 |
* | rdoc update. | akr | 2009-11-17 | 1 | -1/+1 |
* | * math.c (math_atanh): reverted r25279. | yugui | 2009-10-10 | 1 | -0/+1 |
* | * math.c (math_atanh): Fix bug for Math.atanh(+/-1). It now returns +-Infinit... | marcandre | 2009-10-10 | 1 | -1/+0 |
* | update comment. | akr | 2009-09-05 | 1 | -1/+2 |
* | * math.c (math_gamma): get rid of direct comparison between too | nobu | 2009-09-02 | 1 | -3/+6 |
* | * math.c (domain_check): simplified. | nobu | 2009-09-02 | 1 | -9/+6 |
* | * math.c (math_gamma): constified fact_table. | nobu | 2009-09-02 | 1 | -1/+1 |
* | rdoc update. | akr | 2009-05-13 | 1 | -29/+28 |
* | update rdoc. | akr | 2009-05-06 | 1 | -0/+22 |
* | * math.c (math_gamma): use a table for positive small integers. | akr | 2009-05-06 | 1 | -11/+45 |
* | * math.c (Need_Float): call rb_to_float() only when it is really | matz | 2009-02-23 | 1 | -1/+1 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -30/+30 |
* | * math.c: SEGV is caused by implicit rb_to_float declaration | takano32 | 2009-01-28 | 1 | -0/+1 |
* | * object.c (rb_to_float): replaced by to_flo definition from | matz | 2008-12-31 | 1 | -14/+1 |
* | * math.c (domain_check): should not raise EDOM exception for NaN | matz | 2008-12-10 | 1 | -32/+43 |
* | inserted a newline. | tadf | 2008-10-28 | 1 | -1/+2 |
* | * math.c (rb_math_{atan2,cos,cosh,hypot,log,sin,sinh,sqrt}): added. | tadf | 2008-10-28 | 1 | -9/+40 |
* | * math.c (math_log): should check argc. | tadf | 2008-09-21 | 1 | -1/+1 |
* | * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM. | matz | 2008-09-05 | 1 | -30/+30 |