pg.gt

Accessible via pg.gt, pg.symbolic.gt.

gt(left, right)[source]

Returns True if a value is symbolically greater than the other value.

Refer to pg.lt for the definition of symbolic comparison.

Return type:

bool

Parameters:
  • left – The left-hand value to compare.

  • right – The right-hand value to compare.

Returns:

True if the left value is symbolically greater than the right value.