powered by
Miscellaneous mathematical functions.
# S4 method for float32 abs(x)# S4 method for float32 sqrt(x)
# S4 method for float32 sqrt(x)
A float vector/matrix of the same dimensions as the input.
A float vector/matrix.
if (FALSE) { library(float) x = flrunif(10) sqrt(x) }
Run the code above in your browser using DataLab