abs()
๐ replit
abs(-5), // 5
abs(-3.45), // 3.45
abs(Int.min) // โ overflow
Last updated
Was this helpful?
๐ replit
abs(-5), // 5
abs(-3.45), // 3.45
abs(Int.min) // โ overflow
Last updated
Was this helpful?