numeric_ex

Undocumented in source.

Members

Functions

argmax
auto argmax(Range r)
argmax_
auto argmax_(Range r)
argmin
auto argmin(Range r)
argmin_
auto argmin_(Range r)
product
auto product(Range range)

TODO Remove when product is standard in Phobos.

signalEntropy
auto signalEntropy(Range range)

Computes $(LUCKY Discrete Signal Entropy) of input range range.

smootherstep
E smootherstep(E edge0, E edge1, E x)

Smootherstep from edge0 to edge1 at x.

smoothstep
CommonType!(T1, T2, T3) smoothstep(T1 edge0, T2 edge1, T3 x)

Smoothstep from edge0 to edge1 at x.

step
CommonType!(T1, T2) step(T1 edge, T2 x)
sum
auto sum(Range range)

TODO Issue 4725: Remove when sum is standard in Phobos. See also: http://d.puremagic.com/issues/show_bug.cgi?id=4725 See also: https://github.com/D-Programming-Language/phobos/pull/1205 See also: http://forum.dlang.org/thread/bug-4725-3@http.d.puremagic.com%2Fissues%2F

Meta