[D-runtime] Is core.math public API?

Alex Rønne Petersen xtzgzorex at gmail.com
Tue Oct 2 09:45:10 PDT 2012


It isn't.

See: http://article.gmane.org/gmane.comp.lang.d.runtime/1187/match=core+math

On Tue, Oct 2, 2012 at 6:43 PM, David Nadlinger <code at klickverbot.at> wrote:
> core.math contains a few magic declarations (cos, fabs, ldexp, rint,
> rndtol, rndtonl, sin, sqrt, yl2x) recognized by DMD as intrinsics for
> the respective math functions.
>
> Is the module actually public API? I would guess so, but the reason
> why I'm asking is that currently LDC does not implement them, but
> nobody has ever complained about linker errors so far. Also,
> http://dlang.org/phobos/core_math.html is not linked from the doc
> index in the sidebar on dlang.org.
>
> David
> _______________________________________________
> D-runtime mailing list
> D-runtime at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/d-runtime


More information about the D-runtime mailing list