var fDesc=new Array(); fDesc[0] = "ezSolve.Lite lets the user interact with the computer using the more natural mathematical expressions. This is especially useful for performing snippets of calculations and storing them for later reference. This is light-weight, free software which can be really useful while carrying out those ‘back of the envelope’ calculations
ezSolve.Lite is focused at improving the productivity of anyone who needs to use the calculator while working at their desktop.

Many calculator applications for Desktops mimic the User Interface of a traditional hand held calculators. So one would end up pressing the number for the angle before you press the 'sin' or a 'cos'. However, the more intuitive way is to write and solve the same as 'sin(angle)' which is the way mathematical expressions are written and solved on paper.

Through ezSolve.Lite the users are being encouraged to practice the more natural way of calculating.

ezSolve.Lite also comes bundled with additional features and is extensible, in that, one can add more functions and Global Constants. Users can also save their calculations for later reference or modification. ezSolve.Lite also allows user to work with un assigned variables allowing the user to create and work with 'template' calculations."; 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 = ''; } }