Paketname | libscalar-number-perl |
Beschreibung | Perl module for handling numeric aspects of scalars |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.004-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 104 Byte |
Hängt ab von | libc6 (>= 2.1.3), perl (>= 5.10.0-22), perlapi-5.10.0, libdata-float-perl (>= 0.005), libdata-intege |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 21080 Byte |
Prüfsumme MD5 | f1933db1b7899900dc9c9aa80d65c8f0 |
Prüfsumme SHA1 | c22e3dbe2f40625530db1389212cd3c5e52b883c |
Prüfsumme SHA256 | 89fd8c2431643aeb66e2a94eecf764f4acb2a397969d66e70f70b9185146049a |
Link zum Herunterladen | libscalar-number-perl_0.004-1_i386.deb |
Ausführliche Beschreibung | Scalar::Number is about the numeric part of plain (string) Perl scalars.
A scalar has a numeric value, which may be expressed in either the
native integer type or the native floating point type. Many values
are expressible both ways, in which case the exact representation is
insignificant. To fully understand Perl arithmetic it is necessary to
know about both of these representations, and the differing behaviours
of numbers according to which way they are expressible.
.
Scalar::Number provides functions to extract the numeric part of a scalar,
classify a number by expressibility, and compare numbers across
representations.
|