Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ec7584

Browse files
committed
Typo fix
1 parent 06fa042 commit 7ec7584

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libdecimal.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ \subsection{Floating Point Notes \label{decimal-notes}}
883883
values including \constant{NaN}, \constant{sNaN}, \constant{-Infinity},
884884
\constant{Infinity}, and two zeroes, \constant{+0} and \constant{-0}.
885885

886-
Infinities can constructed directly with: \code{Decimal('Infinity')}. Also,
886+
Infinities can be constructed directly with: \code{Decimal('Infinity')}. Also,
887887
they can arise from dividing by zero when the \exception{DivisionByZero}
888888
signal is not trapped. Likewise, when the \exception{Overflow} signal is not
889889
trapped, infinity can result from rounding beyond the limits of the largest

0 commit comments

Comments
 (0)