Skip to content

Commit

Permalink
Documentation of trunc, randexp
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Dec 1, 2014
1 parent 55dac99 commit 058a688
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 058a688

Please sign in to comment.