Print methods for float vector/matrices.
# S4 method for float32
print(x, ...)# S4 method for float32
show(object)
A float vector/matrix.
Additional arguments to print()
(see details section for more
information).
The printer works by
# NOT RUN {
library(float)
s = flrunif(10, 3)
print(s)
s
# }
Run the code above in your browser using DataLab