ff

Map bits of floating point number \p a to unsigned integer that can be radix sorted.

Also finds \em sign of \p a.

- if it's 1 (negative float), it flips all bits. - if it's 0 (positive float), it flips the sign only.

  1. uint ff(uint f)
    pragma(inline) pure nothrow @safe @nogc
    uint
    ff
    (
    uint f
    )
  2. ulong ff(ulong f)

Meta