powered by
Combine float/numeric vector(s)/matri[x|ces].
# S4 method for float32 c(x, ...)
A matrix of the same type as the highest precision input.
A float matrix.
Additional elements (numeric/float vectors/matrices) to sum.
library(float) x = flrunif(10, 3) c(x, NA, 1L)
Run the code above in your browser using DataLab