Skip to content

Commit a5d2d90

Browse files
bdukesRon Petrusha
authored andcommitted
Fix typo (#2904)
1 parent 7bb8e33 commit a5d2d90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System/Math.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2377,7 +2377,7 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7968
23772377
## Remarks
23782378
This computes `(x * y)` as if to infinite precision, adds `z` to that result as if to infinite precision, and finally rounds to the nearest representable value.
23792379
2380-
This differs from the non-fused sequence which would compute `(x * y)` as if to infinite preicision, round the result to the nearest representable value, add `z` to the rounded result as if to infinite precision, and finally round to the nearest representable value.
2380+
This differs from the non-fused sequence which would compute `(x * y)` as if to infinite precision, round the result to the nearest representable value, add `z` to the rounded result as if to infinite precision, and finally round to the nearest representable value.
23812381
23822382
]]></format>
23832383
</remarks>
@@ -6264,4 +6264,4 @@ Dim i As Integer = CInt(Math.Truncate(d)) ' Result: 164
62646264
</Docs>
62656265
</Member>
62666266
</Members>
6267-
</Type>
6267+
</Type>

0 commit comments

Comments
 (0)