Computer Science, asked by tarkeshwarrai6486, 1 year ago

How is zero represented in floating point?

Answers

Answered by NandhaMK36
1
Signed zero. Signed zero is zero with an associated sign. ... The number 0 is usually encoded as +0, but can berepresented by either +0 or −0. The IEEE 754 standard for floating-pointarithmetic (presently used by most computers and programming languages that support floating pointnumbers) requires both +0 and −0.
Answered by UnknownDude
0
I think it is 0.0
If there is a double data type around, then the variable will be initialized as 0.0f
Similar questions