Function 'round_conf' works now correctly for cases such as
- c = round_conf(4.1,4.6,5.2); -> c.value = 4.6 (and not 4.6000000000000005)
Loading
Please register or sign in to comment
- c = round_conf(4.1,4.6,5.2); -> c.value = 4.6 (and not 4.6000000000000005)