var fDesc=new Array(); fDesc[0] = "Mathematics V10 (Math V10) provides a visual, easy-to-learn from, interactive interface that helps you learn basic Math & computer programming in easy, self-paced installments. School & college students are encouraged to give it a shot right-away because it is offered absolutely free to non-commercial users. Commercial users, will, however, have to buy it at a fairly hefty price (US$ 755+VAT, presently).

Math V10 treats you to over 300 fully interactive math topics covering: Number systems, conversion & types, Compound measures, Roots (square & cube roots), Angles, Parallel lines & related angles, Triangle Ratios & Angles (includes basic Trigonometry), Percentages, Ratios & Fractions, Vectors, and many more.

Math V10 teaches fundamentals of computer programming too. The learning platform Math V10 uses is BASIC, one of the oldest and best-known programming languages for beginners."; 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 = ''; } }