RosettaCodeData/Task/Real-constants-and-functions/Factor/real-constants-and-functions.factor
2023-07-01 13:44:08 -04:00

11 lines
379 B
Factor

e ! e
pi ! π
sqrt ! square root
log ! natural logarithm
exp ! exponentiation
abs ! absolute value
floor ! greatest whole number smaller than or equal
ceiling ! smallest whole number greater than or equal
truncate ! remove the fractional part (i.e. round towards 0)
round ! round to next whole number
^ ! power