dp property

int dp
getter/setter pair

The maximum number of decimal places (dp) of the results of operations involving division: div and sqrt, and pow with negative exponents.

Implementation

static var dp = 20;