We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
update change log
improve code style; add tests
fix for small distances between two points where the Vincenty method … …returned zero instead of the correct result
initialize variable; rename variables to ASCII
Add documentation for running tests with other PHP versions using Docker
feat: PSR-2 code style; add accuracy info to docblock
doc: update changelog
fix: change comparision operator from !== to <> This commit fixes Github issue mjaschen#18.