Skip to content

Commit 42221ed

Browse files
fixed comments
Co-authored-by: Niels Dossche <[email protected]>
1 parent 8ba9758 commit 42221ed

File tree

1 file changed

+1
-1
lines changed
  • ext/bcmath/libbcmath/src

1 file changed

+1
-1
lines changed

ext/bcmath/libbcmath/src/div.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ static inline void bc_standard_div(
136136
* MAX_E = (n2_high * B * n2_low) / (n2_high * (n2_high * B^k + n2_low))
137137
* MAX_E = (n2_high * B * (B^k - 1)) / (n2_high * (n2_high * B^k + B^k - 1))
138138
*
139-
* n2_high uses the minimum value, but want to see how the number of digits affects the error, so represen
139+
* n2_high uses the minimum value, but want to see how the number of digits affects the error, so represent
140140
* the minimum value as:
141141
* n2_high = 10^x (any x ∈ ℕ)
142142
* Since B = 10^b, the formula becomes:

0 commit comments

Comments
 (0)