Rest of division (f(x) mod g(x) = h(x))
I mean for example (3.15 mod 3.14 = 0.01).
In General what are Derivatives of that kind of function ?
dh(x)/dx
dh(x)/df(x)
dh(x)/dg(x)
Rest of division (f(x) mod g(x) = h(x))
I mean for example (3.15 mod 3.14 = 0.01).
In General what are Derivatives of that kind of function ?
dh(x)/dx
dh(x)/df(x)
dh(x)/dg(x)
As
h(x) = f(x) - (f(x) div g(x)) * g(x)
you will need to define a derivative for the integer-valued function f(x) div g(x)
. Depending on what you really had in mind, this involves the Dirac delta distribution.