formatToFixedPoint

fun Double?.formatToFixedPoint(locale: Locale = Locale()): String

Format the Double to fixed point notation. PI.formatToFixedPoint() = "3.141593"