summaryrefslogtreecommitdiff
path: root/lib/cmath.rb
AgeCommit message (Expand)Author
2013-05-20* lib/cmath.rb: Remove duplicate RDoc heading from overviewzzak
2011-07-23 * lib/cmath.rb: should return a real number if possible.tadf
2011-06-30 * lib/cmath.rb: Hide handle_no_method_error from RDoc.drbrain
2011-06-29* lib/cmath.rb (CMath.log): second argument: b can be nil.naruse
2011-06-29 * lib/cmath.rb: make same exception for Math. fix [Bug #3137].keiju
2011-06-13 * lib/cmath.rb: add new methd Object#real?. fix #3137keiju
2011-06-13* lib/cmath.rb (CMath.cbrt): returns the principal value of the cubemrkn
2011-05-18 * lib: Convert tabs to spaces for ruby files perdrbrain
2011-05-17 * lib/cmath.rb: Add some examples and improve documentation. Patch bydrbrain
2011-05-17 * lib/cmath.rb: Improve documentation. Patch by Jason Dew.drbrain
2010-08-11* lib/cmath.rb (CMath.sqrt): use floating-point value. [ruby-core:31672] [Bu...mrkn
2010-07-21* lib/cmath.rb (CMath#cbrt): cbrt should accept a negative realmame
2010-04-26 * complex.c, rational.c, lib/cmath.rb, lib/date.rb lib/date/delta*:tadf
2010-04-25 * lib/cmath.rb: reverted experimental r23900.tadf
2009-08-16use num#i.tadf
2009-06-29 * lib/cmath.rb (log2, cbrt): added. [experimental]tadf
2009-06-29reverted.tadf
2009-06-29 * complex.c (nucomp_expt): do not use rb_fexpt.tadf
2009-06-28 * lib/cmath.rb (sqrt): fixed an issue [ruby-list:45852]tadf
2009-06-11 * lib/cmath.rb (exp): omitted redundant function call.tadf
2009-06-09 * lib/cmath.rb (log10): raised exception when the given number istadf
2009-06-07 * lib/cmath.rb (log): avoided redundant expression.tadf
2008-12-11do not pass -infinity.tadf
2008-12-11 * lib/cmath.rb (sqrt): should pass nan or infinity to the originaltadf
2008-10-18 * lib/cmath.rb (log2,cbrt,frexp,ldexp,hypot,erf,erfc,gamma,lgamma):tadf
2008-09-20 * complex.c: an instance method image has been removed andtadf
2008-09-16 * numeric.c: provides predicate real? instead of scalar?.tadf
2008-08-22 * complex.c (nucomp_div): now behaves as quo.tadf
2008-04-05 * lib/cmath.rb: new.tadf