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.
See Implementation
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.