AtanSigmoid

Undocumented in source.
class AtanSigmoid : DerivativeFunction!T(
T
) if (
isFloatingPoint!T
) {}

Members

Functions

dx
T dx(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
T opCall(T x)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta