❔ How to differentiate in C#?
How can I differentiate a function like: "f(x)=sqrt(ax^2+b+cx)+gx+p+...etc" and every time it loops I get f'(x),f"(x) ... etc.
3 Replies
Are you asking how to do calculus in c#?
It'd probably be easier to use some math library like AngouriMath than to do this manually.
Because assuming
f(x)
is a method there's not really a way to differentiate that
unless you wanna get like... a very close estimateWas this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.