12 | | ||{{{Abs}}}||{{{ABS}}}||Returns the absolute value.||✔||✔||✔||✔||[https://github.com/django/django/pull/9622 9622]|| |
13 | | ||{{{ACos}}}||{{{ACOS}}}||Returns the arccosine.||✔||✔||✔||✔**^1^**||[https://github.com/django/django/pull/9622 9622]|| |
14 | | ||{{{ASin}}}||{{{ASIN}}}||Returns the arcsine.||✔||✔||✔||✔**^1^**||[https://github.com/django/django/pull/9622 9622]|| |
15 | | ||{{{ATan}}}||{{{ATAN}}}||Returns the arctangent.||✔||✔||✔||✔**^1^**||[https://github.com/django/django/pull/9622 9622]|| |
16 | | ||{{{ATan2}}}||{{{ATAN2}}}||Returns the arctangent of the two variables passed to it.||✔||✔||✔||✔**^1^**||[https://github.com/django/django/pull/9622 9622]|| |
17 | | ||{{{Ceil}}}||{{{CEILING}}}||Returns the smallest integer value that is not less than a numeric expression||✔||{{{CEIL}}}||✔||✔**^1^**||[https://github.com/django/django/pull/9622 9622]|| |
18 | | ||{{{Cos}}}||{{{COS}}}||Returns the cosine expressed in radians.||✔||✔||✔||✔**^1^**||[https://github.com/django/django/pull/9622 9622]|| |
19 | | ||{{{Cot}}}||{{{COT}}}||Returns the cotangent.||✔||✔**^5^**||✔||✔**^1^**||[https://github.com/django/django/pull/9622 9622]|| |
20 | | ||{{{Degrees}}}||{{{DEGREES}}}||Returns a numeric expression converted from radians to degrees.||✔||✔||✔||✔**^1^**||[https://github.com/django/django/pull/9622 9622]|| |
21 | | ||{{{Exp}}}||{{{EXP}}}||Returns the base of the natural logarithm (e) raised to the power of a numeric expression.||✔||✔||✔||✔**^1^**||[https://github.com/django/django/pull/9622 9622]|| |
22 | | ||{{{Floor}}}||{{{FLOOR}}}||Returns the largest integer value that is not greater than a numeric expression.||✔||✔||✔||✔**^1^**||[https://github.com/django/django/pull/9622 9622]|| |
23 | | ||{{{Ln}}}||{{{LN}}}||Returns the natural logarithm of a numeric expression.||✔||✔||✔||✔**^1^**||[https://github.com/django/django/pull/9622 9622]|| |
24 | | ||{{{Log}}}||{{{LOG(B, X)}}}||Returns the logarithm of a numeric expression.||✔||✔||✔||✔**^1^**||[https://github.com/django/django/pull/9622 9622]|| |
25 | | ||{{{Mod}}}||{{{MOD}}}||Returns the remainder of one expression by diving by another expression.||✔||✔||✔||✔**^1^**||[https://github.com/django/django/pull/9622 9622]|| |
26 | | ||{{{Pi}}}||{{{PI}}}||Returns the value of π||✔||✔**^4^**||✔||✔**^1^**||[https://github.com/django/django/pull/9622 9622]|| |
27 | | ||{{{Power}}}||{{{POWER}}}||Returns the value of one expression raised to the power of another expression||✔||✔||✔||✔**^1^**||[https://github.com/django/django/pull/9622 9622]|| |
28 | | ||{{{Radians}}}||{{{RADIANS}}}||Returns the value of an expression converted from degrees to radians.||✔||✔||✔||✔**^1^**||[https://github.com/django/django/pull/9622 9622]|| |
29 | | ||{{{Round}}}||{{{ROUND}}}||Returns a numeric expression rounded to an integer.\\Can be used to round an expression to a number of decimal points||✔||✔||✔||✔||[https://github.com/django/django/pull/9622 9622]|| |
30 | | ||{{{Sin}}}||{{{SIN}}}||Returns the sine given in radians.||✔||✔||✔||✔**^1^**||[https://github.com/django/django/pull/9622 9622]|| |
31 | | ||{{{Sqrt}}}||{{{SQRT}}}||Returns the square root.||✔||✔||✔||✔**^1^**||[https://github.com/django/django/pull/9622 9622]|| |
32 | | ||{{{Tan}}}||{{{TAN}}}||Returns the tangent expressed in radians.||✔||✔||✔||✔**^1^**||[https://github.com/django/django/pull/9622 9622]|| |
| 12 | ||{{{Abs}}}||{{{ABS}}}||Returns the absolute value.||✔||✔||✔||✔||~~9622~~|| |
| 13 | ||{{{ACos}}}||{{{ACOS}}}||Returns the arccosine.||✔||✔||✔||✔**^1^**||~~9622~~|| |
| 14 | ||{{{ASin}}}||{{{ASIN}}}||Returns the arcsine.||✔||✔||✔||✔**^1^**||~~9622~~|| |
| 15 | ||{{{ATan}}}||{{{ATAN}}}||Returns the arctangent.||✔||✔||✔||✔**^1^**||~~9622~~|| |
| 16 | ||{{{ATan2}}}||{{{ATAN2}}}||Returns the arctangent of the two variables passed to it.||✔||✔||✔||✔**^1^**||~~9622~~|| |
| 17 | ||{{{Ceil}}}||{{{CEILING}}}||Returns the smallest integer value that is not less than a numeric expression||✔||{{{CEIL}}}||✔||✔**^1^**||~~9622~~|| |
| 18 | ||{{{Cos}}}||{{{COS}}}||Returns the cosine expressed in radians.||✔||✔||✔||✔**^1^**||~~9622~~|| |
| 19 | ||{{{Cot}}}||{{{COT}}}||Returns the cotangent.||✔||✔**^5^**||✔||✔**^1^**||~~9622~~|| |
| 20 | ||{{{Degrees}}}||{{{DEGREES}}}||Returns a numeric expression converted from radians to degrees.||✔||✔||✔||✔**^1^**||~~9622~~|| |
| 21 | ||{{{Exp}}}||{{{EXP}}}||Returns the base of the natural logarithm (e) raised to the power of a numeric expression.||✔||✔||✔||✔**^1^**||~~9622~~|| |
| 22 | ||{{{Floor}}}||{{{FLOOR}}}||Returns the largest integer value that is not greater than a numeric expression.||✔||✔||✔||✔**^1^**||~~9622~~|| |
| 23 | ||{{{Ln}}}||{{{LN}}}||Returns the natural logarithm of a numeric expression.||✔||✔||✔||✔**^1^**||~~9622~~|| |
| 24 | ||{{{Log}}}||{{{LOG(B, X)}}}||Returns the logarithm of a numeric expression.||✔||✔||✔||✔**^1^**||~~9622~~|| |
| 25 | ||{{{Mod}}}||{{{MOD}}}||Returns the remainder of one expression by diving by another expression.||✔||✔||✔||✔**^1^**||~~9622~~|| |
| 26 | ||{{{Pi}}}||{{{PI}}}||Returns the value of π||✔||✔**^4^**||✔||✔**^1^**||~~9622~~|| |
| 27 | ||{{{Power}}}||{{{POWER}}}||Returns the value of one expression raised to the power of another expression||✔||✔||✔||✔**^1^**||~~9622~~|| |
| 28 | ||{{{Radians}}}||{{{RADIANS}}}||Returns the value of an expression converted from degrees to radians.||✔||✔||✔||✔**^1^**||~~9622~~|| |
| 29 | ||{{{Round}}}||{{{ROUND}}}||Returns a numeric expression rounded to an integer.\\Can be used to round an expression to a number of decimal points||✔||✔||✔||✔||~~9622~~|| |
| 30 | ||{{{Sin}}}||{{{SIN}}}||Returns the sine given in radians.||✔||✔||✔||✔**^1^**||~~9622~~|| |
| 31 | ||{{{Sqrt}}}||{{{SQRT}}}||Returns the square root.||✔||✔||✔||✔**^1^**||~~9622~~|| |
| 32 | ||{{{Tan}}}||{{{TAN}}}||Returns the tangent expressed in radians.||✔||✔||✔||✔**^1^**||~~9622~~|| |