Function is_num_and_negative

  • The expression must be a Rat or Flt, otherwise the return value is false. Returns true if expr < 0.

    Parameters

    • expr: U

      The expression being tested.

    Returns expr is Num & {
        __ts_sign: -1;
    }