Mathematics' logical conditions

Available math's logical conditions

Here's a list of every logical condition from mathematics that JM- supports.

  • Less than: a < b

  • Less than or equal to: a <= b

  • Greater than: a > b

  • Greater than or equal to: a >= b

  • Equal to a == b

  • Not Equal to: a != b

Last updated