| dual-show | R Documentation |
Display a dual number
## S4 method for signature 'dualr'
show(object)
## S4 method for signature 'dual_vector'
show(object)
object |
A |
Invisible NULL; called for side effect of printing.
x <- dual(3, 1)
x
dv <- dual_vector(dual(1, 0), dual(2, 1))
dv
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.