Does anyone uses package "math/big"? And what purpose? It looks like hard package to work with. At least at the beggining. Even simple line of code takes some efforts to convert to big.Float:
y := float64(py) / float64(heightP) * (ymax - ymin) + ymin -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
