The values of b are calculated, it should be exactly the same with a. How to exucute some function to make b equal a? By the way, the function of round doesn't work.
Code:
* Example generated by -dataex-. For more info, type help dataex clear input double(a b) 89.9 89.89999866000001 70.1 70.10000038 76.1 76.10000038 85.3 85.30000000000001 83.3 83.30000000000001 end gen c = a == b
Comment