NAME
Math::BigInt::Named::German - Math::BigInts that know their name in German
SYNOPSIS
use Math::BigInt::Named::German;
$x = Math::BigInt::Named::German->new($str);
print $x->name(),"\n";
print Math::BigInt::Named::German->from_name('einhundert dreiundzwanzig),"\n";
DESCRIPTION
This is a subclass of Math::BigInt and adds support for named numbers with their name in German to Math::BigInt::Named.
Usually you do not need to use this directly, but rather go via Math::BigInt::Named.
METHODS
name()
print Math::BigInt::Name->name( 123 );
Convert a BigInt to a name.
from_name()
my $bigint = Math::BigInt::Name->from_name('hundertzwanzig');
Create a Math::BigInt::Name from a name string. Not yet implemented!
BUGS
None know yet. Please see also Math::BigInt::Named.
LICENSE
This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
Math::BigFloat and Math::Big as well as Math::BigInt::BitVect, Math::BigInt::Pari and Math::BigInt::GMP.
The package at http://search.cpan.org/search?dist=Math-BigInt-Named may contain more documentation and examples as well as testcases.
AUTHORS
(C) by Tels http://bloodgate.com in late 2001, early 2002, 2007.