Real constants and functions: Difference between revisions

Added EasyLang implementation
No edit summary
(Added EasyLang implementation)
Line 918:
? 10 ** 6
# value: 1000000</syntaxhighlight>
 
=={{header|EasyLang}}==
EasyLang does not have ''e'', exponential, or a ceiling function.
<syntaxhighlight lang="easylang">
pi # Pi
sqrt x # Square root
logn x # Natural logarithm (base e)
abs x # Absolute value
floor x # Floor
pow x y # Power
</syntaxhighlight>
 
=={{header|Elena}}==
175

edits