fma

Undocumented in source. Be warned that the author may not have intended to support it.

  1. uint fma(uint x, uint y, uint z, bool overflow)
    package @safe pure nothrow @nogc
    uint
    fma
    (
    const uint x
    ,
    const uint y
    ,
    const uint z
    ,
    out bool overflow
    )
  2. ulong fma(ulong x, ulong y, ulong z, bool overflow)
  3. ulong fma(ulong x, uint y, uint z, bool overflow)
  4. T fma(T x, T y, T z, bool overflow)
  5. T fma(T x, U y, U z, bool overflow)

Meta