Just wanted to say i have not ignored the replies, but i don't know much what to reply, you guys know way more...
@MikeStgt, I can see what you mean now on abs(x):
https://www.wolframalpha.com/input/?i=abs(x)
In wolfram it outputs derivative as x/|x|
I can see now what you mean about some functions using "-h"...
I'll use those numerical analyzes formulas from that book when i run in to a problem...
But I also read the @lastchance concept...
I think I got what you mean, computer aren't much smart, so they will try to process abs(0) and return erratically, is that so?
I'll use in standard the CFD, also, i'm using almost for what you mentioned, i'll take the derivative of acoustic pressure so i need to take second-order derivative from "d^2pressure/dx^2" and "d^2pressure/dt^2"...
Also, can't i fix '0' problems with "if 0 then 1e-9", or "if -h then |h|"?
As you said "But that is not of much help in your a. m. case.", I'll take that in mind, when i run into that problem, i'll remember those tips... ;)