| dual-log | R Documentation |
Logarithm with optional base for dual numbers
## S4 method for signature 'dualr'
log(x, base = exp(1))
x |
A dual number. |
base |
Numeric base (default: |
A dual representing log(x, base).
x <- dual_variable(8)
value(log(x, base = 2))
deriv(log(x, base = 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.