isgreater

  1. int isgreater(float x, float y)
  2. int isgreater(double x, double y)
    extern (C) @trusted nothrow @nogc extern (D) pure
    int
    isgreater
    (
    double x
    ,
    double y
    )
  3. int isgreater(real x, real y)
Suggestion Box / Bug Report