savepoint
This commit is contained in:
parent
2fe317dde5
commit
8eb49ea60d
|
@ -46,8 +46,8 @@ func PrettyPrintFloat(f float64) {
|
|||
default:
|
||||
fmt.Printf("%.2f", f)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
func PrettyPrint2Floats(low float64, high float64) {
|
||||
PrettyPrintFloat(low)
|
||||
fmt.Printf(" ")
|
||||
|
|
Loading…
Reference in New Issue
Block a user