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