abs()

๐Ÿ‘‰ replit

abs(-5),            // 5
abs(-3.45),         // 3.45
abs(Int.min)        // โŒ overflow

Last updated

Was this helpful?