\platform statement.
Also fix a minor style consistency nit in an example.
Floating point exception control}
\declaremodule{extension}{fpectl}
- \platform{Unix, Windows}
+ \platform{Unix}
\moduleauthor{Lee Busby}{busby1@llnl.gov}
\sectionauthor{Lee Busby}{busby1@llnl.gov}
\modulesynopsis{Provide control for floating point exception handling.}
>>> import math
>>> math.exp(1000)
inf
->>> math.exp(1000)/math.exp(1000)
+>>> math.exp(1000) / math.exp(1000)
nan
\end{verbatim}