These functions give the obvious trigonometric functions. They
respectively compute the cosine, sine, tangent, arc-cosine, arc-sine,
arc-tangent, and the two-argument arc-tangent.
cospi(x), sinpi(x), and tanpi(x), compute
cos(pi*x), sin(pi*x), and tan(pi*x).
Usage
# S4 method for dual
cos(x)
# S4 method for dual
sin(x)
# S4 method for dual
tan(x)
# S4 method for dual
acos(x)
# S4 method for dual
asin(x)
# S4 method for dual
atan(x)
# S4 method for dual,numeric
atan2(y, x)
# S4 method for numeric,dual
atan2(y, x)
# S4 method for dual,dual
atan2(y, x)
# S4 method for dual
cospi(x)
# S4 method for dual
sinpi(x)
# S4 method for dual
tanpi(x)
Value
A dual object containing the transformed values according to the chosen function.