Real constants and functions: Difference between revisions

Line 1,243:
log # Naperian log
exp
iflength . < 0 then -. else . end # absolute value if the argument is numeric
floor
ceil # requires jq >= 1.5
# jq does not currently have a ceiling function
pow(x; y) # requires jq >= 1.5</lang>
 
=={{header|Jsish}}==
2,442

edits