aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mathn.rb
Commit message (Expand)AuthorAgeFilesLines
* Define Integer#/ instead of Bignum#/.akr2016-04-301-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* lib/mathn.rb: remove built-in methodsnobu2014-08-261-136/+7
* * lib/mathn.rb: mathn library is deprecated on ruby 2.2.hsbt2014-08-261-0/+2
* * lib/mathn.rb: removed commented-out code.hsbt2014-08-261-6/+0
* * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain2011-08-261-8/+8
* * math.c: Attach documentation for Math.drbrain2011-06-291-1/+1
* * lib/mathn.rb: Improve documentation and attach it to Numeric.drbrain2011-06-011-21/+23
* * lib/mathn.rb: Improve documentation. Patch by Sandor Szucs.drbrain2011-05-231-9/+95
* * lib/mathn.rb: Fix indentation. Patch by Jason Dew.drbrain2011-05-121-47/+50
* * lib/mathn.rb: Add documentation. Patch by Jason Dew. [Ruby 1.9 -drbrain2011-05-121-6/+29
* * lib/matrix.rb: suppress warnings.akr2010-01-251-0/+4
* * lib/mathn.rb (Bignum#**): Fixed bignum**fixnum that was broken when requiri...marcandre2009-09-241-2/+2
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-13/+13
* * lib/mathn.rb: Math.sqrt(NaN) should be NaN. [ruby-dev:37537]yugui2008-12-231-0/+2
* * lib/mathn.rb: moved into ext/mathn/rational/rational.c andkeiju2008-10-241-95/+3
* * lib/rational.rb: resolved conflicts of aliases.tadf2008-10-051-7/+7
* moved def_canon.tadf2008-09-291-15/+5
* * lib/mathn.rb: added String#to_[rc].tadf2008-09-291-4/+16
* * lib/mathn.rb ({Fixnum,Bignum,Float}#**): may produce complextadf2008-09-281-0/+30
* * lib/mathn.rb: a hack to provide canonicalization. This must betadf2008-09-271-0/+90
* * complex.c: an instance method image has been removed andtadf2008-09-201-3/+3
* * complex.c: uses f_(in)?exact_p macro.tadf2008-09-191-2/+6
* * lib/mathn.rb (Integer): moved into prime.rb.yugui2008-09-031-95/+1
* * lib/mathn.rb (Rational::power2): removed incomplete method.matz2008-06-231-44/+0
* * lib/mathn.rb (Rational::power2): typo fixed. [ruby-core:17293]matz2008-06-191-1/+1
* both complex and rational are now builtin classes.tadf2008-03-161-5/+4
* * lib/rational.rb (floor, ceil, truncate, round): do not usetadf2008-02-121-5/+0
* * lib/mathn.rb (Prime#each): returns an enumerator if no blockkazu2008-01-091-0/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * ext/socket/socket.c (unix_sysaccept): typo fixed.matz2006-06-191-0/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-8/+0
* * lib/mathn.rb (Fixnum): remove debug print.matz2005-09-191-3/+0
* * io.c (io_close): call rb_io_close() directly if io is a T_FILEmatz2005-09-191-1/+6
* * lib/mathn.rb (Rational::inspect): should preserve originalmatz2005-09-171-2/+3
* * string.c (rb_str_clear): avoid revealing NULL pointer.matz2004-11-141-38/+47
* * io.c (rb_fopen): mode string copy at the lowest level.matz2004-10-051-0/+3
* * misc/ruby-mode.el (ruby-calculate-indent): proper indentationmatz2003-12-191-1/+1
* * ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz2003-07-251-11/+11
* * string.c (rb_str_ljust): now takes optional argument to specifymatz2003-05-021-1/+1
* * lib/rational.rb: modified to support "quo".matz2003-01-231-9/+2
* forgot some checkins.matz2001-05-061-1/+5
* 1.4.0matz1999-08-131-2/+2
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-2/+3
* Initial revisionv1_0_r2matz1998-01-161-0/+308