let z1 = 38912; // choose your order by assigning a proper value
let z2 = 16768; // choose your order by assigning a proper value
let value = z2<<16 | z1;
let b=value & 0x7fffff;
let e=((value>>23) & 0xff)-127;
let m=1+b*Math.pow(2, -23);
this.resultt = m*Math.pow(2, e);
if (value & 0x80000000) {
this.resultt=-this.resultt;
}
console.log(this.resultt)
document.getElementById('style').disabled = true;
Вот это отключает стили, а не атрибут