powered by
Basic trig functions.
# S4 method for float32 sin(x)# S4 method for float32 cos(x)# S4 method for float32 tan(x)# S4 method for float32 asin(x)# S4 method for float32 acos(x)# S4 method for float32 atan(x)
# S4 method for float32 cos(x)
# S4 method for float32 tan(x)
# S4 method for float32 asin(x)
# S4 method for float32 acos(x)
# S4 method for float32 atan(x)
A float vector/matrix of the same dimensions as the input.
A float vector/matrix.
if (FALSE) { library(float) x = flrunif(10) sin(x) }
Run the code above in your browser using DataLab