extension atanh<T> : IForwardDifferentiable<atanh<T>>
Conforms to: IForwardDifferentiable<atanh<T >>
Conditionally conforms to: IForwardDifferentiable<atanh<T >>, IForwardDifferentiable<atanh<T, N >>, IForwardDifferentiable<atanh<T, N, M >>
Generic Parameters
T: __BuiltinFloatingPointType
Methods
- fwd_diff
Conditional Conformances
Conformance to IForwardDifferentiable<atanh<T>>
<T> additionally conforms to IForwardDifferentiable<atanh<T>> when the following conditions are met:
- T : __BuiltinFloatingPointType
Conformance to IForwardDifferentiable<atanh<T, N>>
<T>additionally conforms toIForwardDifferentiable<atanh<T, N>>when the following conditions are met: - T : __BuiltinFloatingPointType
Conformance to IForwardDifferentiable<atanh<T, N, M>>
<T>additionally conforms toIForwardDifferentiable<atanh<T, N, M>>when the following conditions are met: - T : __BuiltinFloatingPointType