PHP class that does arithmetic operations with degrees, primes and seconds.
You can easily install that module using Composer:
composer require hearot/angleoperations
Or, if you want to upgrade the module:
composer update
AngleOperations is a static class, then you can call it in this way, for example:
$addition = \hearot\AngleOperations\AngleOperations::addition('86 degrees 40 primes 30 seconds', '70 degrees 51 primes 17 seconds');
addition()
,substration()
,multiplication()
,division()