Version 1.0.0-31

T1A05-Input and Output code

To my main page
Good reference to input and output

      let myIn01 = document.getElementById('myNum01').value
      document.getElementById('myDiv01').innerHTML = myIn01 + ' squared = ' + miIn01*myIn01
    

Example input & output code



...

Time for personal examples


...

Look at this one, so helpful:


...


Number by which you want the module:

...



...

This will solve any simple equation:
We need an a () and a b ()

...

This will solve any quadratic equation:
a should not be 0
We need an a (), a b () and a c ()

...