| math | R Documentation |
Parallelised math operations
abs_(x)
floor_(x)
ceiling_(x)
trunc_(x)
negate_(x)
exp_(x)
sqrt_(x)
sign_(x)
log_(x, base = exp(1))
log10_(x)
round_(x, digits = 0)
signif_(x, digits = 6)
add_(x, y)
subtract_(x, y)
multiply_(x, y)
divide_(x, y)
pow_(x, y)
x |
|
base |
|
digits |
|
y |
|
A transformed integer or double vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.