A Note about Floats
console.log(0.1 + 0.2); // 0.30000000000000004
console.log((0.1 * 10 + 0.2 * 10) / 10); // 0.3
console.log(1.03 + 1.04); // 2.0700000000000003
console.log((1.03 * 100 + 1.04 * 100) / 100); // 2.07
A Note about Floats
console.log(0.1 + 0.2); // 0.30000000000000004
console.log((0.1 * 10 + 0.2 * 10) / 10); // 0.3
console.log(1.03 + 1.04); // 2.0700000000000003
console.log((1.03 * 100 + 1.04 * 100) / 100); // 2.07
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us