Searched refs:Inf (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ksh93/tests/
H A Darith.sh447 if (( Inf+1 == Inf ))
449 Inf inf \
450 -Inf -inf \
463 (( 1.0/0.0 == Inf )) || err_exit '1.0/0.0 != Inf'
465 (( Inf*Inf == Inf )) || err_exit 'Inf*In
[all...]
/ast/src/cmd/ksh93/sh/
H A Darith.c41 static Sfdouble_t NaN, Inf, Fun; variable
45 "Inf",
336 Inf = strtold("Inf", NiL);
337 Infnod.nvalue.ldp = &Inf;

Completed in 947 milliseconds