/std/c/math.d
http://github.com/jcd/phobos · D · 12 lines · 2 code · 3 blank · 7 comment · 0 complexity · 930b4f197f019f8c83b314eed41ab3b4 MD5 · raw file
- /**
- * 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;