Converting 1/3 to Floating Point (IEEE 754) Representation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
khdani
Messages
53
Reaction score
0
Hello,
How do i convert 1/3 to floating point (IEEE 754) ?
 
Physics news on Phys.org
i meant the actual representation of the number, not variable.
[Sign Bit] [8bit EXP] [23bit Mantissa]
but I've solved it , thanks anyway.