summaryrefslogtreecommitdiff
path: root/lib/cmath.rb
AgeCommit message (Expand)Author
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