Skip to content
This repository was archived by the owner on May 21, 2020. It is now read-only.

precision

Florian Rappl edited this page Dec 21, 2014 · 2 revisions

precision

Gets or sets the precision set for display purposes.

precision()

Gets the currently set precision in digits.

Returns 1. entry

Scalar

Example

precision()

precision(digits)

Sets the output precision to x digits.

Argument digits

Scalar

Returns 1. entry

Void

Example

precision(5)

Sets the precision to 5 digits.

Clone this wiki locally