mud.math

Undocumented in source.

Members

Functions

isEven
bool isEven(T t)

Is t even

isOdd
bool isOdd(T t)

Is t odd

logisticSigmoid
T logisticSigmoid(T t)

Logistic sigmoid function, useful for neural networks. Returns 1 / (1 + e^(-t))

Meta