1LaTeXML::Util::Radix(3)User Contributed Perl DocumentatioLnaTeXML::Util::Radix(3)
2
3
4

NAME

6       "LaTeXML::Util::Radix" - simple radix conversion utilities
7

DESCRIPTION

9       This module provides some simple utilities for radix conversion.
10
11       "radix_alpha($n)"
12           Converts the number into one or more lowercase latin letters.
13
14       "radix_Alpha($n)"
15           Converts the number into one or more uppercase latin letters.
16
17       "radix_greek($n)"
18           Converts the number into one or more lowercase greek letters.
19
20       "radix_Greek($n)"
21           Converts the number into one or more uppercase greek letters.
22
23       "radix_roman($n)"
24           Converts the number as a lowercase roman numeral
25
26       "radix_Roman($n)"
27           Converts the number as a uppercase roman numeral
28
29       "radix_format($n,@symbols)"
30           (Internal) Converts the number into one or symbols taken from
31           "symbols".
32

AUTHOR

34       Bruce Miller <bruce.miller@nist.gov>, Deyan Ginev
35       <deyan.ginev@nist.gov>
36
38       Public domain software, produced as part of work done by the United
39       States Government & not subject to copyright in the US.
40
41
42
43perl v5.36.0                      2022-07-20           LaTeXML::Util::Radix(3)
Impressum