NAME

Math::BigInt::Named::Norwegian - Math::BigInt objects that know their name in Norwegian

SYNOPSIS

use Math::BigInt::Named::Norwegian;

$x = Math::BigInt::Named::Norwegian -> new("123");
$str = $x -> name();

$str = "ett hundre og to";
$x = Math::BigInt::Named::Norwegian -> from_name($str);

DESCRIPTION

This is a subclass of Math::BigInt and adds support for named numbers with their name in Norwegian 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 Math::BigInt to a name.

from_name()

my $bigint = Math::BigInt::Name -> from_name('ett hundre og to');

Create a Math::BigInt::Name from a name string. Not yet implemented!

BUGS

For information about bugs and how to report them, see the BUGS section in the documentation available with the perldoc command.

perldoc Math::BigInt::Named

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Math::BigInt::Named::Norwegian

For more information, see the SUPPORT section in the documentation available with the perldoc command.

perldoc 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::BigInt::Named and Math::BigInt.

AUTHORS

  • Peter John Acklam <pjacklam@gmail.com>, 2021.