var fDesc=new Array(); fDesc[0] = "Scientific Calculator Precision 81 for Windows 98, Windows 2000, Windows Server 2003, Windows XP and Vista.ScientificCalculatorPrecision81 is a software which can be found most useful by scientists, engineers, professors, and students and so much more.

Scientific Calculator Precision 81 has internal precision 90 digits that allows to perform division (the most difficult operation) with precision 81 digits, standard functions (power, logarithm, trigonometric functions, hyperbolic functions) with precision 79-81 digits, and Gamma Function, Lower Incomplete Gamma Function, Upper Incomplete Gamma Function with precision 69-81 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 = ''; } }