Skip to content

Commit

Permalink
Merge pull request #19727 from waldyrious/patch-2
Browse files Browse the repository at this point in the history
irrationals.jl: fix typo [skip ci]
  • Loading branch information
KristofferC authored Dec 27, 2016
2 parents 6faf31e + 98442f0 commit 915a07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/irrationals.jl
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ end

big(x::Irrational) = convert(BigFloat,x)

## specific irriational mathematical constants
## specific irrational mathematical constants

@irrational π 3.14159265358979323846 pi
@irrational e 2.71828182845904523536 exp(big(1))
Expand Down

0 comments on commit 915a07d

Please sign in to comment.