Skip to content

NonNegative

NonNegative(x)

returns True if x is a positive real number or zero.

Examples

>> {Positive(0), NonNegative(0)}
{False,True}

Implementation status

  • ✅ - full supported

Github