Skip to content

Commit 8bbd8e9

Browse files
authored
Update README.md
1 parent 4b43905 commit 8bbd8e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ The structure for **single precision** (32-bit) floating-point numbers is as fol
132132

133133
The value of a floating-point number can be calculated using the following formula:
134134

135-
\[
136-
\text{Value} = (-1)^{\text{Sign}} \times \text{Mantissa} \times 2^{\text{Exponent - Bias}}
137-
\]
135+
```plaintext
136+
Value = (-1)^Sign × Mantissa × 2^(Exponent - Bias)
137+
```
138138

139139
Where:
140140
- **Sign**: 0 for positive, 1 for negative.

0 commit comments

Comments
 (0)