sincos<T>.fwd_diff
Description
Sine and cosine. Calculate both the sine and cosine of x.
Signature
static void sincos<T>.fwd_diff( DifferentialPair<T> , out DifferentialPair<T> , out DifferentialPair<T> ) where T : __BuiltinFloatingPointType; static void sincos<T, N>.fwd_diff( DifferentialPair<vector<T, N>> , out DifferentialPair<vector<T, N>> , out DifferentialPair<vector<T, N>> ) where T : __BuiltinFloatingPointType; static void sincos<T, N, M, L1, L2>.fwd_diff( DifferentialPair<matrix<T, N, M>> , out DifferentialPair<matrix<T, N, M>> , out DifferentialPair<matrix<T, N, M>> ) where T : __BuiltinFloatingPointType;
Parameters
Return value
void