You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

quot()

Usage

quot(val1, val2)

Description
Returns the quotient of val1 and val2. This method tries to convert its parameter objects into numerical values, i.e. you can use strings as arguments.

Example

${quot(10, 2)}

results in

5.0

Search results for "quot()"

quot()

Returns the quotient of val1 and val2. This method tries to convert its parameter objects into numerical values, i.e. you can use strings as arguments.

quot(val1, val2)