Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

> Larger Than

< Smaller Than

>= Larger or Equal

<= Smaller or Equal

= Equal

<> Not Equal

 

number ( number and number )
number ( number or number )
number ( not number )

...

Returns the remainder of the division of the first value by the second. If the second number is larger than the first, it returns the integer part of the first number. Note that only the integer parts of the inputs are considered in the calculation, meaning that a second parameter of 0.5 would cause a division by zero.

 

Excerpt

number neg ( number )

Returns the negative of a number. The same as (- number).

 

number number ( date,string )

...

Returns the square root of a number

 

string string ( number )

Returns the string equivalent of a number

...

Return the tangent of a number (angle in radians)

Anchorabsabs