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