Skip to content

Commit

Permalink
The cake is a lie.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zazalt committed Nov 22, 2016
1 parent 20d11c0 commit d784353
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
.idea/
.DS_Store
phpunit.xml
*.log
Expand Down
2 changes: 1 addition & 1 deletion src/Calculus.php
Expand Up @@ -20,7 +20,7 @@ class Calculus
* @param integer $number
* @return boolean
* @docs http://en.wikipedia.org/wiki/Prime_number
* http://www.ideaflix.com/question/formula-to-calculate-distance-between-two-latitude-and-longitude-in-php/
* @docs http://www.ideaflix.com/question/formula-to-calculate-distance-between-two-latitude-and-longitude-in-php/
*/
public function isPrimeNumber($number)
{
Expand Down
1 change: 1 addition & 0 deletions src/Extension/Calculus2D.php
Expand Up @@ -11,6 +11,7 @@ trait Calculus2D
* @param array $pointB
* @return integer
* @docs https://en.wikipedia.org/wiki/Euclidean_distance#Two_dimensions
* @docs http://stackoverflow.com/questions/15747673/caluclating-distance-between-two-points-on-a-flat-plane-php
*/
public function distanceBetweenTwoPoints($pointA = [], $pointB = [])
{
Expand Down

0 comments on commit d784353

Please sign in to comment.