We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba9758 commit 42221edCopy full SHA for 42221ed
ext/bcmath/libbcmath/src/div.c
@@ -136,7 +136,7 @@ static inline void bc_standard_div(
136
* MAX_E = (n2_high * B * n2_low) / (n2_high * (n2_high * B^k + n2_low))
137
* MAX_E = (n2_high * B * (B^k - 1)) / (n2_high * (n2_high * B^k + B^k - 1))
138
*
139
- * n2_high uses the minimum value, but want to see how the number of digits affects the error, so represen
+ * n2_high uses the minimum value, but want to see how the number of digits affects the error, so represent
140
* the minimum value as:
141
* n2_high = 10^x (any x ∈ ℕ)
142
* Since B = 10^b, the formula becomes:
0 commit comments