sumit
5/28/2019 - 1:47 PM

infinity value of a Double/Int variable

let maxm_gps_acceleration = -1*Double.infinity // Double
if maxm_gps_acceleration < -1000000
{
    print("done")
}

let max_value: Int64 = Int64.max // Int64