Skip to content

Commit a963cca

Browse files
update comments in opencv module
1 parent e8caf23 commit a963cca

File tree

1 file changed

+2
-2
lines changed
  • samples/C++/VideoDecoding/thirdLib/Include/opencv2/core

1 file changed

+2
-2
lines changed

samples/C++/VideoDecoding/thirdLib/Include/opencv2/core/softfloat.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ struct CV_EXPORTS softfloat
137137
> The IEEE Standard remainder operation computes the value
138138
> a - n * b, where n is the integer closest to a / b.
139139
> If a / b is exactly halfway between two integers, n is the even integer
140-
> closest to a / b. The IEEE Standards remainder operation is always exact and so requires no rounding.
140+
> closest to a / b. The IEEE Standard's remainder operation is always exact and so requires no rounding.
141141
> Depending on the relative magnitudes of the operands, the remainder functions
142142
> can take considerably longer to execute than the other SoftFloat functions.
143143
> This is an inherent characteristic of the remainder operation itself and is not a flaw
@@ -274,7 +274,7 @@ struct CV_EXPORTS softdouble
274274
> The IEEE Standard remainder operation computes the value
275275
> a - n * b, where n is the integer closest to a / b.
276276
> If a / b is exactly halfway between two integers, n is the even integer
277-
> closest to a / b. The IEEE Standards remainder operation is always exact and so requires no rounding.
277+
> closest to a / b. The IEEE Standard's remainder operation is always exact and so requires no rounding.
278278
> Depending on the relative magnitudes of the operands, the remainder functions
279279
> can take considerably longer to execute than the other SoftFloat functions.
280280
> This is an inherent characteristic of the remainder operation itself and is not a flaw

0 commit comments

Comments
 (0)