Home
last modified time | relevance | path

Searched refs:getConversionDivisor (Results 1 – 1 of 1) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dbig_rtl.c992 static bigIntType getConversionDivisor (unsigned int base, unsigned int exponent) in getConversionDivisor() function
1083 divisor = getConversionDivisor(10, exponent); in binaryToStri()
1179 divisor = getConversionDivisor(base, exponent); in binaryRadix2To36()