Returns the largest absolute value of two numbers.
pip install -i https://test.pypi.org/simple/ big_abs
>>> largest_absolute_value(-25, 20)
25
- Python 3.7 or higher
The official documentation is hosted on Read the Docs: https://big_abs.readthedocs.io/en/latest/
This package was created with Cookiecutter and the UBC-MDS/cookiecutter-ubc-mds project template, modified from the pyOpenSci/cookiecutter-pyopensci project template and the audreyr/cookiecutter-pypackage.