Download the On-Screen Calculator for your device to perform quick calculations anywhere.
Windows
MacOS
Linux
Android
iOS
Standard Version
Scientific Version
Graphing Version
After choosing your device and calculator version, click ‘Download Now’ to get the application.
document.getElementById(“calculatorDownloadForm”).addEventListener(“submit”, function(event) {
event.preventDefault();
const device = document.getElementById(“deviceType”).value;
const version = document.getElementById(“calculatorVersion”).value;
alert(“Your download for the ” + version + ” version of the calculator for ” + device + ” is starting!”);
});