|
|
| |
LaTeXML::Util::Radix(3) |
User Contributed Perl Documentation |
LaTeXML::Util::Radix(3) |
"LaTeXML::Util::Radix" - simple radix conversion utilities
This module provides some simple utilities for radix conversion.
- "radix_alpha($n)"
- Converts the number into one or more lowercase latin letters.
- "radix_Alpha($n)"
- Converts the number into one or more uppercase latin letters.
- "radix_greek($n)"
- Converts the number into one or more lowercase greek letters.
- "radix_Greek($n)"
- Converts the number into one or more uppercase greek letters.
- "radix_roman($n)"
- Converts the number as a lowercase roman numeral
- "radix_Roman($n)"
- Converts the number as a uppercase roman numeral
- "radix_format($n,@symbols)"
- (Internal) Converts the number into one or symbols taken from
"symbols".
Bruce Miller <bruce.miller@nist.gov>, Deyan Ginev
<deyan.ginev@nist.gov>
Public domain software, produced as part of work done by the United States
Government & not subject to copyright in the US.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |