is an operator form that yields x≤y when applied to an expression x.
LessEqualThan
is an operator form that yields x≤y when applied to an expression x.
Details
- LessEqualThan[y][x] is equivalent to LessEqual[x,y].
Examples
open all close allBasic Examples (3)
Scope (4)
Use LessEqualThan with numbers:
LessEqualThan[10][6]Use LessEqualThan with numeric Quantity objects:
LessEqualThan[Quantity[1, "Hour"]][Quantity[50, "Minutes"]]Use LessEqualThan with dates:
LessEqualThan[Today][Yesterday]LessEqualThan[DateObject[{2015, 8, 1}, "Day", "Gregorian", -6.]][DateObject[{2015, 6, 1}, "Day", "Gregorian", -6.]]LessEqualThan[5][x]LessEqualThan[x][5]Applications (2)
Find atomic masses of elements of atomic number 10 or less:
EntityValue[EntityClass["Element", {"AtomicNumber" -> LessEqualThan[10]}], {"Entity", "AtomicMass"}]//SortBy[Last]This is the eccentricity of the elliptical orbit of the Earth around the Sun:
ecc = PlanetData[Entity["Planet", "Earth"], "Eccentricity"]These are the planets whose eccentricity is smaller than or equal to that of the Earth:
EntityValue[EntityClass["Planet", {"Eccentricity" -> LessEqualThan[ecc]}], "Eccentricity", "EntityAssociation"]Related Guides
History
Text
Wolfram Research (2015), LessEqualThan, Wolfram Language function, https://reference.wolfram.com/language/ref/LessEqualThan.html.
CMS
Wolfram Language. 2015. "LessEqualThan." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/LessEqualThan.html.
APA
Wolfram Language. (2015). LessEqualThan. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/LessEqualThan.html
BibTeX
@misc{reference.wolfram_2026_lessequalthan, author="Wolfram Research", title="{LessEqualThan}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/LessEqualThan.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_lessequalthan, organization={Wolfram Research}, title={LessEqualThan}, year={2015}, url={https://reference.wolfram.com/language/ref/LessEqualThan.html}, note=[Accessed: 12-June-2026]}