| dual-atan2 | R Documentation |
Two-argument arctangent for dual numbers
## S4 method for signature 'dualr,dualr'
atan2(y, x)
## S4 method for signature 'dualr,numeric'
atan2(y, x)
## S4 method for signature 'numeric,dualr'
atan2(y, x)
y |
A dual or numeric. |
x |
A dual or numeric. |
A dual representing atan2(y, x) with correct derivative.
y <- dual_variable(1)
x <- dual_constant(1)
result <- atan2(y, x)
value(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.