Skip to content

Commit

Permalink
Merge pull request #23 from simonbyrne/patch-1
Browse files Browse the repository at this point in the history
Documentation of trunc, randexp
  • Loading branch information
ViralBShah committed Dec 1, 2014
2 parents 55dac99 + 058a688 commit 7743203
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ Currently, the `@compat` macro supports the following syntaxes:
## Type Aliases

* `typealias AbstractString String` - `String` has been renamed to `AbstractString` [#8872](https://github.com/JuliaLang/julia/pull/8872)

## Renamed functions

* `itrunc`, `iround`, `iceil`, `ifloor` are now accessed via `trunc(T, x)`, etc. [#9133](https://github.com/JuliaLang/julia/pull/9133)

* `Base.Random.randmtzig_exprnd` is now `randexp` [#9144](https://github.com/JuliaLang/julia/pull/9144)

0 comments on commit 7743203

Please sign in to comment.