powered by
Finite, infinite, and NaNs.
# S4 method for float32 is.finite(x)# S4 method for float32 is.infinite(x)# S4 method for float32 is.nan(x)
# S4 method for float32 is.infinite(x)
# S4 method for float32 is.nan(x)
An integer vector/matrix of the same dimensions as the input.
A float vector/matrix.
if (FALSE) { library(float) x = flrnorm(10) is.nan(sqrt(x)) }
Run the code above in your browser using DataLab