4 lines
54 B
Swift
4 lines
54 B
Swift
|
|
func getInf() -> Double {
|
||
|
|
return Double.infinity
|
||
|
|
}
|