In addition to what Andrew said and shared, there is a function "nearlyEqual()" in the newer versions of Virtuoso that makes it easier to compare floating point numbers (with a tolerance): nearlyEqual( n_val1 n_val2 [f_relTolerance [f_absTolerance]] ) => t / nil
↧