|
NAMEnumconv - convert numbers from one number system to anotherSYNOPSISNumconv <options>DESCRIPTIONnumconv is a filter that converts integers from one number system to another. For example, it can convert from Roman Numerals such as "CCLVI" to ordinary Western numbers such as "256" or from Western numbers to Chinese. The great majority of number systems, both modern and ancient, are supported, including numerous variants.If the input number system is 'all', the number system will be autodetected. numconv is a command line interface to libuninum a library for converting between textual representations of numbers and machine-internal representations. Further information about the conversions performed is available in the documentation for this library. OPTIONS
EXAMPLESTo convert from Roman Numerals to ordinary Western numbers:numconv -f Roman -t Western_Lower To convert from ordinary Western numbers to the variety of number in current use in the People's Republic of China: numconv -f Western -t Mandarin_Regular_Simplified To convert from ordinary Western numbers to Western numbers in base 2: numconv -f Western_Lower -t Western_Lower -B 2 To convert from Urdu numbers to Hindi numbers with the traditional Indian grouping: numconv -f Perso_Arabic -t Devanagari -g 2 SEE ALSOlibuninum (3)AUTHORBill Poser (billposer@alum.mit.edu)LICENSEGNU General Public License, version 2. (http://www.gnu.org/licenses/gpl.txt)
Visit the GSP FreeBSD Man Page Interface. |