Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Doris committed Feb 4, 2024
1 parent ed5f21e commit b5f6a9c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,9 @@ possibilities for `func`:
- [SpecialFunctions.jl](https://github.com/JuliaMath/SpecialFunctions.jl):
`gamma`, `factorial`, `beta`, `erfc`, `erfcx`.

### Autodiff
#### ForwardDiff.jl

On Julia >= 1.9, if you load [ForwardDiff.jl](https://github.com/JuliaDiff/ForwardDiff.jl), you should be allowed to compute
On Julia 1.9+, if you load [ForwardDiff.jl](https://github.com/JuliaDiff/ForwardDiff.jl), you should be allowed to compute

- derivatives of functions involving `exp(Logarithmic, x)`
- derivatives of functions evaluated at `Logarithmic(x)`

This functionality is experimental, please report any bug or unexpected behavior.

0 comments on commit b5f6a9c

Please sign in to comment.