log | R Documentation |
exp/log functions.
## S4 method for signature 'float32'
exp(x)
## S4 method for signature 'float32'
expm1(x)
## S4 method for signature 'float32'
log(x, base = exp(1))
## S4 method for signature 'float32'
log10(x)
## S4 method for signature 'float32'
log2(x)
x |
A float vector/matrix. |
base |
The logarithm base. |
A float vector/matrix of the same dimensions as the input.
## Not run:
library(float)
x = flrunif(10)
log(x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.