| Commit message (Expand) | Author | Age | Files | Lines |
* | Add frozen_string_literal: false for all files | naruse | 2015-12-16 | 1 | -0/+1 |
* | * lib/cmath.rb: methods which has suffix '!' are now deprecated. | ngoto | 2015-11-22 | 1 | -57/+64 |
* | Revert r52469 | naruse | 2015-11-06 | 1 | -60/+57 |
* | * lib/cmath.rb: methods which has suffix '!' are now deprecated. | gogotanaka | 2015-11-06 | 1 | -57/+60 |
* | * lib/cmath.rb: shouldn't use non-ASCII characters in documentation. as a | usa | 2015-07-03 | 1 | -1/+1 |
* | * lib/cmath.rb: [DOC] Documentation improvements [ci skip] | gogotanaka | 2015-06-06 | 1 | -23/+16 |
* | * lib/cmath.rb: [DOC] Add docs [ci skip][Fix GH-909][Bug #11162] | gogotanaka | 2015-06-06 | 1 | -13/+56 |
* | * lib/cmath.rb (log): raise ArgumentError when more than 2 arguments | gogotanaka | 2015-02-24 | 1 | -13/+4 |
* | * lib/cmath.rb: fixed indent. | hsbt | 2014-08-09 | 1 | -56/+56 |
* | * lib/cmath.rb: Remove duplicate RDoc heading from overview | zzak | 2013-05-20 | 1 | -2/+0 |
* | * lib/cmath.rb: should return a real number if possible. | tadf | 2011-07-23 | 1 | -1/+1 |
* | * lib/cmath.rb: Hide handle_no_method_error from RDoc. | drbrain | 2011-06-30 | 1 | -1/+1 |
* | * lib/cmath.rb (CMath.log): second argument: b can be nil. | naruse | 2011-06-29 | 1 | -1/+1 |
* | * lib/cmath.rb: make same exception for Math. fix [Bug #3137]. | keiju | 2011-06-29 | 1 | -96/+176 |
* | * lib/cmath.rb: add new methd Object#real?. fix #3137 | keiju | 2011-06-13 | 1 | -0/+6 |
* | * lib/cmath.rb (CMath.cbrt): returns the principal value of the cube | mrkn | 2011-06-13 | 1 | -6/+2 |
* | * lib: Convert tabs to spaces for ruby files per | drbrain | 2011-05-18 | 1 | -13/+13 |
* | * lib/cmath.rb: Add some examples and improve documentation. Patch by | drbrain | 2011-05-17 | 1 | -12/+35 |
* | * lib/cmath.rb: Improve documentation. Patch by Jason Dew. | drbrain | 2011-05-17 | 1 | -0/+43 |
* | * lib/cmath.rb (CMath.sqrt): use floating-point value. [ruby-core:31672] [Bu... | mrkn | 2010-08-11 | 1 | -1/+1 |
* | * lib/cmath.rb (CMath#cbrt): cbrt should accept a negative real | mame | 2010-07-21 | 1 | -1/+1 |
* | * complex.c, rational.c, lib/cmath.rb, lib/date.rb lib/date/delta*: | tadf | 2010-04-26 | 1 | -2/+22 |
* | * lib/cmath.rb: reverted experimental r23900. | tadf | 2010-04-25 | 1 | -22/+2 |
* | use num#i. | tadf | 2009-08-16 | 1 | -4/+4 |
* | * lib/cmath.rb (log2, cbrt): added. [experimental] | tadf | 2009-06-29 | 1 | -2/+22 |
* | reverted. | tadf | 2009-06-29 | 1 | -23/+2 |
* | * complex.c (nucomp_expt): do not use rb_fexpt. | tadf | 2009-06-29 | 1 | -2/+23 |
* | * lib/cmath.rb (sqrt): fixed an issue [ruby-list:45852] | tadf | 2009-06-28 | 1 | -1/+2 |
* | * lib/cmath.rb (exp): omitted redundant function call. | tadf | 2009-06-11 | 1 | -11/+12 |
* | * lib/cmath.rb (log10): raised exception when the given number is | tadf | 2009-06-09 | 1 | -1/+1 |
* | * lib/cmath.rb (log): avoided redundant expression. | tadf | 2009-06-07 | 1 | -2/+1 |
* | do not pass -infinity. | tadf | 2008-12-11 | 1 | -3/+3 |
* | * lib/cmath.rb (sqrt): should pass nan or infinity to the original | tadf | 2008-12-11 | 1 | -1/+1 |
* | * lib/cmath.rb (log2,cbrt,frexp,ldexp,hypot,erf,erfc,gamma,lgamma): | tadf | 2008-10-18 | 1 | -0/+10 |
* | * complex.c: an instance method image has been removed and | tadf | 2008-09-20 | 1 | -16/+16 |
* | * numeric.c: provides predicate real? instead of scalar?. | tadf | 2008-09-16 | 1 | -17/+17 |
* | * complex.c (nucomp_div): now behaves as quo. | tadf | 2008-08-22 | 1 | -17/+17 |
* | * lib/cmath.rb: new. | tadf | 2008-04-05 | 1 | -0/+223 |