var fDesc=new Array(); fDesc[0] = "CalculationLaboratory - mathematical program that can handle scripts (your own programming language), also can process scripts extreme numbers (both decimal binary(256-bit number) and a 16-bit format).
There is also a Grapher. You can, when plotting to use both conventional and extreme number.
The program supports the following functions: mathematical - factorial, double factorial, times the factorial of the exponent, median of a triangle, trigonometric and hyperbolic and inverse them and other functions."; 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 = ''; } }