Hello, it seems currencyjs automatically rounds up values by default. Is there a way to turn this off? ```js currency(53).divide(549) //Outputs 0.1 rather than 0.09 ``` I still want the default precision of 2 without rounding. Thank you
Hello, it seems currencyjs automatically rounds up values by default. Is there a way to turn this off?
I still want the default precision of 2 without rounding. Thank you