The OpenD Programming Language

modf

  1. alias modf = core.stdc.math.modf
    import core.stdc.tgmath;
    version(NetBSD)
    extern (C) @trusted nothrow @nogc
    alias modf = core.stdc.math.modf
  2. alias modf = core.stdc.math.modff
  3. alias modf = core.stdc.math.modf
  4. alias modf = core.stdc.math.modff
  5. alias modf = core.stdc.math.modfl

Meta