nan

  1. alias nan = core.stdc.math.nan
    version(!NetBSD && !OpenBSD)
    extern (C) @trusted nothrow @nogc
    alias nan = core.stdc.math.nan
  2. alias nan = core.stdc.math.nanf
  3. alias nan = core.stdc.math.nanl

Meta