Function
f
The single-variable function for which derivatives are needed
Source from the content-addressed store, hash-verified
| 8 | |
| 9 | // The single-variable function for which derivatives are needed |
| 10 | var f(var x) |
| 11 | { |
| 12 | return 1 + x + x*x + 1/x + log(x); |
| 13 | } |
| 14 | |
| 15 | int main() |
| 16 | { |
Tested by
no test coverage detected