document.addEventListener("DOMContentLoaded", function(event) {
    // Imaginary
    let imaginary = document.getElementById("imaginary");
    imaginary.disabled = true;
});