DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
big.Float.Add()
Examples using...
big.Float.Add()
Recent
Examples
Using math/big (Sqrt2) in Go
by GoDoc
Go
big.Float.Add
big.Float
big.Float.SetPrec
fmt.Printf
big.Float.Mul
This example shows how to use big.Float to compute the square root of 2 with a precision of 200 bits, and how to print the result as a decimal number.