| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * math.c (math_atanh): raise EDOM on FreeBSD when atanh(1). | naruse | 2008-07-28 | 1 | -3/+23 |
* | add an example to rdoc of sqrt and cbrt. | akr | 2008-06-15 | 1 | -1/+43 |
* | * suppress warnings with -Wwrite-string. | nobu | 2008-05-31 | 1 | -1/+1 |
* | * math.c (to_flo): rb_Float() accepts even strings for input. | matz | 2008-05-16 | 1 | -1/+14 |
* | * complex.c (nucomp_div): [ruby-dev:34357] | tadf | 2008-04-14 | 1 | -1/+1 |
* | * lib/cmath.rb: new. | tadf | 2008-04-05 | 1 | -8/+8 |
* | * math.c (math_cbrt): new method Math.cbrt. | akr | 2008-02-09 | 1 | -0/+15 |
* | * math.c (math_gamma): add error check. | akr | 2008-02-09 | 1 | -2/+10 |
* | fix lgamma doc. | akr | 2008-02-07 | 1 | -1/+1 |
* | * math.c (math_gamma): new method Math.gamma. | akr | 2008-02-07 | 1 | -0/+73 |
* | * sprintf.c: fix comment. [ruby-dev:33275] | mame | 2008-01-23 | 1 | -1/+1 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * ext/json, lib/json, test/json: Update to JSON 1.1.2. | naruse | 2007-11-28 | 1 | -1/+1 |
* | * include/ruby/ruby.h: introduce 2 macros: | ko1 | 2007-11-13 | 1 | -37/+37 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -1/+1 |
* | * math.c (math_log): update document to mention second optional | matz | 2007-02-16 | 1 | -0/+3 |
* | * dir.c (dir_s_glob): remove unused variable. | matz | 2006-09-18 | 1 | -1/+1 |
* | * math.c (domain_check): ANSI style function arguments | matz | 2006-07-27 | 1 | -4/+2 |
* | * math.c (domain_check): a new function to check domain error | matz | 2006-07-27 | 1 | -27/+29 |
* | * math.c (log2): may be a macro. | nobu | 2006-06-09 | 1 | -1/+4 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -3/+43 |
* | * dir.c: supress warning "/* within comment" | ocean | 2006-03-01 | 1 | -6/+3 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -45/+23 |
* | * eval.c (cvar_cbase): class variables cause SEGV in | matz | 2004-09-03 | 1 | -23/+0 |
* | * struct.c (make_struct): remove redefining constant when | matz | 2004-09-03 | 1 | -0/+23 |
* | Add RDoc comments to math.c | dave | 2003-12-28 | 1 | -0/+184 |
* | * math.c (math_log): nan takes a dummy argument on Cygwin 1.5.0. | eban | 2003-07-10 | 1 | -2/+6 |
* | * math.c (math_erf,math_erfc): new function. [ruby-list:37753] | matz | 2003-06-05 | 1 | -0/+19 |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |