Skip to content

Commit

Permalink
irrationals.jl: fix typo [skip ci]
Browse files Browse the repository at this point in the history
irriational --> irrational
  • Loading branch information
waldyrious committed Dec 27, 2016
1 parent 0a0c41c commit 98442f0
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 98442f0

Please sign in to comment.