blob: 81e714431f34968189e3948580877db4526c2120 [file] [log] [blame]
package main
import (
"fmt"
"math"
)
func main() {
fmt.Printf("Now you have %g problems.",
math.Nextafter(2, 3))
}