I was trying to make the Bhaskara formula into functions, but something went wrong and only returns 0 no matter what inputs I put in. Here is the code:
function bhaskaraP(ab, bb, cb) {
var Mb = bb * -1
var b2 = bb * bb
var del...
asked by
19.11.2018 / 23:40