powered by
rbind() and cbind() for floats.
rbind()
cbind()
# S3 method for float32 rbind(..., deparse.level = 1)# S3 method for float32 cbind(..., deparse.level = 1)
# S3 method for float32 cbind(..., deparse.level = 1)
A matrix of the same type as the highest precision input.
vectors or matrices (numeric or float)
ignored
library(float) x = fl(matrix(1:10, 5)) rbind(x, x) cbind(x, x)
Run the code above in your browser using DataLab