Compare commits
2 Commits
9dd9fa76b9
...
b02cadab07
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b02cadab07 | ||
|
|
22896a36ea |
@ -97,7 +97,7 @@ In the following, the defined function, `Derivative`, returns an anonymously def
|
|||||||
|
|
||||||
|
|
||||||
```{julia}
|
```{julia}
|
||||||
Derivatve(f::Function) = x -> ForwardDiff.derivative(f, x) # ForwardDiff is loaded in CalculusWithJulia
|
Derivative(f::Function) = x -> ForwardDiff.derivative(f, x) # ForwardDiff is loaded in CalculusWithJulia
|
||||||
```
|
```
|
||||||
|
|
||||||
(The `D` function of `CalculusWithJulia` implements something similar.)
|
(The `D` function of `CalculusWithJulia` implements something similar.)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user