powered by
Center/scale a float vector/matrix.
# S4 method for float32 scale(x, center = TRUE, scale = TRUE)
A float matrix.
A float vector/matrix.
Logical
Only logical center and scale parameters are accepted at this time.
center
scale
library(float) s = flrunif(10, 3) scale(s)
Run the code above in your browser using DataLab