/std/c/math.d

http://github.com/jcd/phobos · D · 12 lines · 2 code · 3 blank · 7 comment · 0 complexity · 930b4f197f019f8c83b314eed41ab3b4 MD5 · raw file

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