How To Use Math.Big In Go Programming

Опубликовано: 21 Октябрь 2024
на канале: Dubious Code
885
16

Math.Big is a way of keeping a float or an integer to an arbitrary precision. For instance, float64 will only keep 64 bits of precision. If you wanted to calculate some number to a really high precision, you need something different.

This video shows how to use the Go programming language to use big Floats, at any level of precision that you want, until your computer runs out of memory