function realAlmostEq input Real a; input Real b; input Real absTol = 1e-6; output Boolean c; end realAlmostEq;