MathFunc

Template wrapper for standard library math functions.

On CTFE, calls the D runtime math (std.math) functions. On runtime, calls the right variant of the C runtime math (core.stdc.math) functions.

template MathFunc (
string f
) {}

Members

Templates

opCall
template opCall(T, Args...)
Undocumented in source.

Meta