Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.
/ AngleOperations Public archive

PHP class that does arithmetic operations with degrees, primes and seconds.

License

Notifications You must be signed in to change notification settings

hearot/AngleOperations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngleOperations

PHP class that does arithmetic operations with degrees, primes and seconds.

Installation

You can easily install that module using Composer:

composer require hearot/angleoperations

Or, if you want to upgrade the module:

composer update

How to use

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');

Methods

  • addition(),
  • substration(),
  • multiplication(),
  • division()

Credits

Developer/Creator - Github Website