Skip to content

Commit

Permalink
Update README to include documentation for sinpi, cospi, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerlinger committed Jul 6, 2014
1 parent 6d60b9d commit 3b5d9dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ tau == τ == 2*pi # => true
typeof(tau) # => MathConst{:τ} (constructor with 1 method)
```

The tau variants of `sinpi`, `cospi`, and `mod2pi` are also defined:

```julia
sintau(1//4) # => 1.0
costau(1//2) # => -1.0
```

0 comments on commit 3b5d9dd

Please sign in to comment.