Tagged Questions
3
votes
5answers
1k views
How do you calculate floating point in a radix other than 10?
Given Wikipedia's article on Radix Point, how would one calculate the binary equivalent of 10.1 or the hex equivalent of 17.17? For the former, what is the binary equivalent of a tenth? For the ...
1
vote
2answers
102 views
Who does non-decimal bignums with floating radix point?
Nice as the Tcl libraries math::bignum and math::bigfloat are, the middle ground between the two needs to be addressed. Namely, bignums which are in different radices and have a radix point.
At ...