RosettaCodeData/Task/Real-constants-and-functions/LiveCode/real-constants-and-functions.livecode

10 lines
157 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
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