savepoint

This commit is contained in:
NunoSempere 2025-07-02 11:40:51 -05:00
parent 2fe317dde5
commit 8eb49ea60d

View File

@ -46,8 +46,8 @@ func PrettyPrintFloat(f float64) {
default:
fmt.Printf("%.2f", f)
}
}
func PrettyPrint2Floats(low float64, high float64) {
PrettyPrintFloat(low)
fmt.Printf(" ")