powered by
Returns the sign of an expression under DCP analysis. Use this instead of sign(), which conflicts with the base R function.
sign()
expr_sign(x, ...)
Character string: "POSITIVE", "NEGATIVE", "ZERO", or "UNKNOWN".
"POSITIVE"
"NEGATIVE"
"ZERO"
"UNKNOWN"
An expression object.
Not used.