find a solution f(x,y,z)

joakim

New member
Joined
Dec 8, 2022
Messages
1
Is there a function f(x,y,z), where x y z are 3 float variables,
can achieve f(x,y,z) != f(x+dx,y+dy,z+dz)?

Means each variable suit {x,y,z} does not lead to a same result.
 
Top