Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.See the recommended documentation of this function
infinity
%inf
%inf returns the IEEE double representation for positive infinity.
A = %inf B = -%inf isinf(A) isinf(B)