File: Changes

package info (click to toggle)
libmath-basecalc-perl 1.011-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 48 kB
  • ctags: 10
  • sloc: perl: 113; makefile: 49; sh: 8
file content (17 lines) | stat: -rw-r--r-- 560 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Revision history for Perl extension Math::BaseCalc.

1.009  Thu Mar 29 21:28:57 EST 2001
   - Now supports non-integers.  Thanks to jdimov@cis.clarion.edu for
     idea (though I used a different implementation)

   - Handles large numbers (bigger than 2^32, or type 'int').
     [mizuhara@bellsouth.net (Mizuhara Mokoto)]

1.008  2000/08/28 14:56:09
   - Fixed a problem with from_base() and negative numbers.  They were
     being treated as positive numbers.  [armengou@fonocom.es (Xavier Armengou)]


1.007  Sun May 23 19:23:33 1999
   - original version