signs function

Replicate "==", ">=" and "<=" Signs

Replicate "==", ">=" and "<=" Signs

The utility functions eq, leq and geq replicate the signs "==", ">=" and "<="

n times.

eq(n) leq(n) geq(n)

Arguments

  • n: an integer giving the number of times the sign should be repeated.

Examples

eq(3) leq(2) geq(4)
  • Maintainer: Stefan Theussl
  • License: GPL-3
  • Last published: 2023-04-20