integer-conversion
There are 15 repositories under integer-conversion topic.
jeaiii/itoa
Fast integer to ascii / integer to string conversion
mmstick/numtoa
An efficient method of heaplessly converting numbers into their string representations, storing the representation within a reusable byte array.
rigtorp/CharConv
Fast integer to string and string to integer conversion functions
jsteemann/atoi
Fast string to integer conversion
sujalpatel2209/IntegerToEnglish
Convert Integer to English word
horchler/int2bin-bin2int
Convert integer datatype to a binary string and back in Matlab
beccadax/Upconvert
Conveniently perform safe type conversions in Swift 4.
bhavikji/IntegerToEnglish
Convert Integer to English words
kittinmittens/IP-conversion
two bash scripts to convert ip to integers and integers to ip notation.
rossmacgregor/int_cast
Safely cast a value from one integer type to another
billyjoe-ram/JoesBinaryPy
Python script that converts decimal numbers to binary
elias19r/base58_id
Convert Integer ID or UUID String to/from Base58 String; Generate random Base58 String
collielimabean/VarInt
Variable length integer operations
io7m-com/junsigned
Java unsigned integer conversions
KavidiDeSilva/romanToInteger
Challenge 1. This is a Java program that converts Roman numerals to integers using a loop to iterate through each character in the input string and calculate the total value based on the values of adjacent characters. It defines a helper function to map each Roman numeral character to its corresponding integer value.