phobos/std/c/math.d
2010-08-23 02:14:45 +00:00

12 lines
No EOL
208 B
D

/**
* C's <math.h>
* Authors: Walter Bright, Digital Mars, www.digitalmars.com
* License: Public Domain
* Macros:
* WIKI=Phobos/StdCMath
*/
module std.c.math;
public import core.stdc.math;