Real constants and functions: Difference between revisions

Content added Content deleted
(Updated to work with Nim 1.4: replaced "Pii" with "PI" (told ypo?).)
Line 1,246: Line 1,246:
floor
floor
# jq does not currently have a ceiling function
# jq does not currently have a ceiling function
pow(x; y) # requires jq >= 1.5</lang>
# jq does not currently have a function to compute x^y</lang>


=={{header|Jsish}}==
=={{header|Jsish}}==