Learn Before
Relation
abs() function
- The built-in function abs() gives back the absolute value of a number provided as its argument
- Argument of abs() function can be an integer, a floating point number or a complex number.
- abs() function will return the magnitude of a complex number.
0
0
Updated 2021-02-03
Tags
Python Programming Language
Data Science