CTFloat.copysign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. real_t copysign(real_t x, real_t s)
    struct CTFloat
    nothrow @nogc @safe static
    static if(!is(real_t == real))
    real_t
    copysign
    (
    real_t x
    ,
    real_t s
    )
  2. real_t copysign(real_t x, real_t s)

Meta