Math::Roman

Math::Roman contains arbitrary sized Roman numbers and conversion from and to Arabic.
Download

Math::Roman Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Tels
  • Publisher web site:
  • http://search.cpan.org/~tels/

Math::Roman Tags


Math::Roman Description

Math::Roman contains arbitrary sized Roman numbers and conversion from and to Arabic. Math::Roman contains arbitrary sized Roman numbers and conversion from and to Arabic.SYNOPSIS use Math::Roman qw(roman); $a = new Math::Roman 'MCMLXXIII'; # 1973 $b = roman('MCMLXI'); # 1961 print $a - $b,"n"; # prints 'XII' $d = Math::Roman->bzero(); # '' $d++; # 'I' $d += 1998; # 'MCMXCIX' $d -= 'MCM'; # 'XCIX' print "$dn"; # string "MCMIC" print $d->as_number(),"n"; # Math::BigInt "+1999"Requirements:· Perl Requirements: · Perl


Math::Roman Related Software