floating-point arithmetics
As described in previous recipes, the representation of the floating-point numbers also complicates the arithmetic. For general purposes, the operations on the built-in float64 are sufficient. In case more precision is needed, the math/big package co...
blog.cloudnativefolks.org2 min read