extension sincos<T> : IForwardDifferentiable<sincos<T>>
Conforms to: IForwardDifferentiable<sincos<T >>
Conditionally conforms to: IForwardDifferentiable<sincos<T >>, IBackwardDifferentiable<sincos<T >>, IBackwardDifferentiable<sincos<T, N >>, IForwardDifferentiable<sincos<T, N >>, IBackwardDifferentiable<sincos<T, N, M, L1, L2 >>, IForwardDifferentiable<sincos<T, N, M, L1, L2 >>
Description
Sine and cosine. Calculate both the sine and cosine of x.
Generic Parameters
T: __BuiltinFloatingPointType
Methods
Conditional Conformances
Conformance to IForwardDifferentiable<sincos<T>>
<T> additionally conforms to IForwardDifferentiable<sincos<T>> when the following conditions are met:
- T : __BuiltinFloatingPointType
Conformance to IBackwardDifferentiable<sincos<T>>
<T>additionally conforms toIBackwardDifferentiable<sincos<T>>when the following conditions are met: - T : __BuiltinFloatingPointType
Conformance to IBackwardDifferentiable<sincos<T, N>>
<T>additionally conforms toIBackwardDifferentiable<sincos<T, N>>when the following conditions are met: - T : __BuiltinFloatingPointType
Conformance to IForwardDifferentiable<sincos<T, N>>
<T>additionally conforms toIForwardDifferentiable<sincos<T, N>>when the following conditions are met: - T : __BuiltinFloatingPointType
Conformance to IBackwardDifferentiable<sincos<T, N, M, L1, L2>>
<T>additionally conforms toIBackwardDifferentiable<sincos<T, N, M, L1, L2>>when the following conditions are met: - T : __BuiltinFloatingPointType
Conformance to IForwardDifferentiable<sincos<T, N, M, L1, L2>>
<T>additionally conforms toIForwardDifferentiable<sincos<T, N, M, L1, L2>>when the following conditions are met: - T : __BuiltinFloatingPointType