Nombre: leq
Descripción: menor o igual. leq(a,b)=a≤b
Parámetros: leq(par1, par2)
Ejemplo: x->piecewise { x<=4 ? 1, ? 0 }