You are on page 1of 1

package main

import (
"fmt"
"math"
)

func main() {
fmt.Println(math.Phi)
}

You might also like