Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkBaker committed Feb 6, 2018
1 parent bfa33a7 commit b3835a5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Develop: [![Build Status](https://travis-ci.org/MarkBaker/PHPComplex.png?branch=

---

Currently provides methods for:
Currently provides the following operations:

- addition
- subtraction
Expand Down Expand Up @@ -57,10 +57,15 @@ together with functions for
- ln (natural log)
- log10 (base-10 log)
- log2 (base-2 log)
- negative (reverse signs of both real and imaginary values)

---

Planned additional functionality, but still to implement

* pow (power)
- haversine (haversine)
- inversehaversine (inverse haversine)
- gudermannian (gudermannian)
- inversegudermannian (inverse gudermannian)

0 comments on commit b3835a5

Please sign in to comment.