summaryrefslogtreecommitdiff
path: root/lib/cmath.rb
AgeCommit message (Expand)Author
2017-12-12Add uplevel keyword to Kernel#warn and use itshyouhei
2017-01-04lib/cmath.rb: Specify frozen_string_literal: true.kazu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-11-22* lib/cmath.rb: methods which has suffix '!' are now deprecated.ngoto
2015-11-06Revert r52469naruse
2015-11-06* lib/cmath.rb: methods which has suffix '!' are now deprecated.gogotanaka
2015-07-03* lib/cmath.rb: shouldn't use non-ASCII characters in documentation. as ausa
2015-06-06* lib/cmath.rb: [DOC] Documentation improvements [ci skip]gogotanaka
2015-06-06* lib/cmath.rb: [DOC] Add docs [ci skip][Fix GH-909][Bug #11162]gogotanaka
2015-02-24* lib/cmath.rb (log): raise ArgumentError when more than 2 argumentsgogotanaka
2014-08-09* lib/cmath.rb: fixed indent.hsbt
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