Lines Matching refs:Inf
447 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*Inf != Inf'
467 (( -5*Inf == -Inf )) || err_exit '-5*Inf != -Inf'
469 (( pow(1.0,Inf) == 1.0 )) || err_exit 'pow(1.0,Inf) != 1.0'
470 (( pow(Inf,0.0) == 1.0 )) || err_exit 'pow(Inf,0.0) != 1.0'
471 [[ $(print -- $((NaN/Inf))) == ?(-)nan ]] || err_exit 'NaN/Inf != NaN'
472 (( 4.0/Inf == 0.0 )) || err_exit '4.0/Inf != 0.0'
473 else err_exit 'Inf and NaN not working'