var fDesc=new Array(); fDesc[0] = "Are you a maths or a science student? If yes, then this product is for you. Use WiseCalc to do more complex calculations on your desktop. WiseCalc is far-far better than other calculators. It has more than 450 in-built unit conversions and functions to aid you in calculation.

With WiseCalc you will be able to carry out a lot of mathematical operations easily and free.
WiseCalc supports the following mathematical operations: add(+),subtract(-), multiply(*), divide(/), exponents(^), absolute value( | | ), factorial (!), trigonometric functions(sin,cos,tan,etc.), logarithms(ln,log,etc.). WiseCalc also lets you to create user defined functions, convert from decimal to fraction (you have to make a right-click on answer), and display prime factors of integers (you have to make a right-click on answer).

If you have a number or function that you will use frequently, it is a good idea to define it as a constant to save time and you can do it easily with WiseCalc. The application also lets you to work with matrix to solve systems of linear equations.

One great feature of WiseCalc is that you can save individual CalcPages for later re-use and also It is possible to print individual CalcPages. Definitely, WiseCalc is an all in one calculation software that can be used for everybody in standard, user defined, engineering, scientific, or financial mode."; 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 = ''; } }