Version | Change log |
OpalCalc 1.94 Sep 28, 2021 | |
OpalCalc 1.93 Sep 25, 2021 | |
OpalCalc 1.91 May 25, 2020 |
In v1.90, sums using negative E-notation numbers produced erroneous results due to incorrect order of operation. Example: 1 / 10e-2 produced 0.001, but now correctly produces 10. If the "Close OpalCalc sends to tray" option is ticked, pressing the Esc key now closes to tray instead of quitting. Added random number generator functions (using this algorithm): rnd(maxn), rnds(seed), rndi(maxn), rndis(seed,maxn) Added mil and electron volt unit, radioactivity units, along with tidying up the calorie energy units |
OpalCalc 1.90 Nov 12, 2018 |
Many sums involving incompatible units now throw a warning as they should The filepaths for saving settings will now not be confused with saving general calculation sheets. Fixed fetching of last currency conversion data if offline or there was an issue accessing the online data. Prior multiplication symbols weren't properly handled if there was a colon/semi-colon after a "line commenting" quote (example: "2×2 ' 3*3 : 4*4"). Now fixed. |