dev-master
9999999-dev https://github.com/hearot/AngleOperationsPHP class that does arithmetic operations with degrees, primes and seconds.
GPLv3
The Requires
- php >=5
by hearot
php arithmetic mathematics angle operations angles
PHP class that does arithmetic operations with degrees, primes and seconds.
PHP class that does arithmetic operations with degrees, primes and seconds., (*1)
You can easily install that module using Composer:, (*2)
composer require hearot/angleoperations
Or, if you want to upgrade the module:, (*3)
composer update
AngleOperations is a static class, then you can call it in this way, for example:, (*4)
$addition = \hearot\AngleOperations\AngleOperations::addition('86 degrees 40 primes 30 seconds', '70 degrees 51 primes 17 seconds');
addition()
,substration()
,multiplication()
,division()
PHP class that does arithmetic operations with degrees, primes and seconds.
GPLv3
php arithmetic mathematics angle operations angles