Skip to content

Commit

Permalink
Remove text on Julia <v.16 limitations from docs
Browse files Browse the repository at this point in the history
Makes docs more readable and use of Julia v1.0 is very rare.
  • Loading branch information
oschulz committed Mar 28, 2023
1 parent fd3396d commit bfddcea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ InverseFunctions

This package defines the function [`inverse`](@ref). `inverse(f)` returns the inverse function of a function `f`, so that `inverse(f)(f(x)) ≈ x`.

`inverse` supports mapped/broadcasted functions (via `Base.Broadcast.BroadcastFunction` or `Base.Fix1`) and (on Julia >=v1.6) function composition.
`inverse` supports mapped/broadcasted functions (via `Base.Broadcast.BroadcastFunction` or `Base.Fix1`) and function composition.

Implementations of `inverse(f)` for `identity`, `inv`, `adjoint` and `transpose` as well as for `exp`, `log`, `exp2`, `log2`, `exp10`, `log10`, `expm1`, `log1p` and `sqrt` are included.

0 comments on commit bfddcea

Please sign in to comment.