phobos/std/c/math.d

15 lines
425 B
D

/**
* $(RED Deprecated. Please use $(D core.stdc.math) instead. This module will
* be removed in December 2015.)
* C's <math.h>
* Authors: Walter Bright, Digital Mars, www.digitalmars.com
* License: Public Domain
* Macros:
* WIKI=Phobos/StdCMath
*/
deprecated("Please import core.stdc.math instead. This module will be removed in December 2015.")
module std.c.math;
public import core.stdc.math;