Description Usage Arguments Value
log computes logarithms, by default natural logarithms
and log10 computes common (i.e. base 10) logarithms. The general form
log(x, base) computes logarithms with base base.
exp computes the exponential function.
1 2 3 4 5 6 7 8 9 10 11 |
x |
A gpuR object |
base |
A positive number (complex not currently supported by OpenCL): the base with respect to which logarithms are computed. Defaults to the natural log. |
A gpuR object of the same class as x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.