Real constants and functions: Difference between revisions

No edit summary
Line 159:
ceiling x -- ceiling
x ** y -- power (e.g. floating-point exponentiation)
x ^ y -- power (e.g. integer exponentiation, positivenonnegative y only)
x ^^ y -- power (e.g. rationalinteger exponentiation of rationals, also negative y)
</pre>
 
Anonymous user