ajusta o modo de exceção de ponto flutuante
mod=ieee() ieee(mod)
escalar inteiro com possíveis valores 0,1,ou 2
ieee()
retorna o modo de exceção de ponto
flutuante corrente
exceção de ponto flutuante produz um erro;
%inf
and %nan
special values can be
used in this mode without error. For instance, %inf/%inf
,
%inf-%inf
or %inf/%nan
are known
operations.
ieee(mod)
sets the current floating point exception mode to
mod
.
![]() | The default initial mode is 2. This default value may be set in any of the following ways:
|
![]() | Exceções de ponto flutuante emergentes em alguns algoritmos de bibliotecas ainda não
são manipuladas pelos modos ieee . |
ieee(1);1/0 ieee(2);1/0,log(0) | ![]() | ![]() |
Version | Description |
6.0.0 | O valor de modo incial é 2. |