phobos/std/c/math.d
2016-05-27 05:52:23 +02:00

14 lines
349 B
D

// @@@DEPRECATED_2017-06@@@
/**
* $(RED Deprecated. Use $(D core.stdc.math) instead. This module will be
* removed in June 2017.)
*
* C's <math.h>
* Authors: Walter Bright, Digital Mars, www.digitalmars.com
* License: Public Domain
*/
deprecated("Import core.stdc.math instead")
module std.c.math;
public import core.stdc.math;