var fDesc=new Array(); fDesc[0] = "Dates, probability, binary and hexadecimal calculations lcm, gcm, combinations, permutations and more.
CR80E is easy use with a wide range and high precision calculations.
Main Features:
- 123 functionalities
- Date calculations
- Fraction / pi fraction / rationalized root output format
- Mean confidence interval estimation
- Ratio confidence interval estimation
- Greatest common measure and Least common multiple
- Binary and hexadecimal input/output
- Normal distribution
- Binomial distribution
- 28 Scientific constants
- Very large numbers in scientific notation
- 16 precision digits"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }