Topic: function round2 on FA
Hi there,
FA have a function round2(), that function include this line "$delta = ($number < 0 ? -.0000000001 : .0000000001);"What is the function of that?
When I have to calculate grand total on gl_trans, my total is some like that this, 0.0000000005820766091346741. ¿Why is not 0?
Thank you for your help...