Calculates 1/x without zeros between a user defined intervall from -delta to +delta
function safereciprocal input Real x; input Real delta; output Real y; end safereciprocal;