powered by
exp/log functions.
# S4 method for float32 exp(x)# S4 method for float32 expm1(x)# S4 method for float32 log(x, base = exp(1))# S4 method for float32 log10(x)# S4 method for float32 log2(x)
# S4 method for float32 expm1(x)
# S4 method for float32 log(x, base = exp(1))
# S4 method for float32 log10(x)
# S4 method for float32 log2(x)
A float vector/matrix of the same dimensions as the input.
A float vector/matrix.
The logarithm base.
if (FALSE) { library(float) x = flrunif(10) log(x) }
Run the code above in your browser using DataLab