Jump to content

Real constants and functions: Difference between revisions

(→‎{{header|Fortran}}: Details, details...)
Line 910:
end function
</lang>
 
=={{header|LiveCode}}==
LC 7.1+, prior to this floor & ceil were not built-in.
<lang LiveCode>e‬: exp(1)
pi: pi
square root: sqrt(x)
logarithm: log(x)
exponential (‪ex‬): exp(x)
absolute value: abs(x)
floor: floor(x)
ceiling: ceil(x)
power: x^y</lang>
 
=={{header|Logo}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.