c {float} | R Documentation |
Combine float/numeric vector(s)/matri[x|ces].
## S4 method for signature 'float32' c(x, ...)
x |
A float matrix. |
... |
Additional elements (numeric/float vectors/matrices) to sum. |
A matrix of the same type as the highest precision input.
library(float) x = flrunif(10, 3) c(x, NA, 1L)