The fpectl module does not work on Windows, so remove Windows from the
\platform statement. Also fix a minor style consistency nit in an example.
This commit is contained in:
parent
a939911345
commit
bcd1df746d
@ -2,7 +2,7 @@
|
|||||||
Floating point exception control}
|
Floating point exception control}
|
||||||
|
|
||||||
\declaremodule{extension}{fpectl}
|
\declaremodule{extension}{fpectl}
|
||||||
\platform{Unix, Windows}
|
\platform{Unix}
|
||||||
\moduleauthor{Lee Busby}{busby1@llnl.gov}
|
\moduleauthor{Lee Busby}{busby1@llnl.gov}
|
||||||
\sectionauthor{Lee Busby}{busby1@llnl.gov}
|
\sectionauthor{Lee Busby}{busby1@llnl.gov}
|
||||||
\modulesynopsis{Provide control for floating point exception handling.}
|
\modulesynopsis{Provide control for floating point exception handling.}
|
||||||
@ -18,7 +18,7 @@ For example, try
|
|||||||
>>> import math
|
>>> import math
|
||||||
>>> math.exp(1000)
|
>>> math.exp(1000)
|
||||||
inf
|
inf
|
||||||
>>> math.exp(1000)/math.exp(1000)
|
>>> math.exp(1000) / math.exp(1000)
|
||||||
nan
|
nan
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user