exp2to10

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

  1. bool exp2to10(uint coefficient, int exponent)
    package @nogc @safe pure nothrow
    bool
    exp2to10
    (
    ref uint coefficient
    ,
    ref int exponent
    )
  2. bool exp2to10(ulong coefficient, int exponent)
  3. bool exp2to10(uint128 coefficient, int exponent)

Meta