Tag

Number

0 views collected around this technical thread.

Architecture Digest
Architecture Digest
Nov 7, 2024 · Fundamentals

Understanding Java BigDecimal: How It Guarantees Decimal Precision

This article explains how Java's BigDecimal class maintains exact decimal precision by scaling numbers to integers, detailing its class structure, key methods, and a step‑by‑step example that demonstrates the internal addition algorithm.

ArithmeticBigDecimalJava
0 likes · 6 min read
Understanding Java BigDecimal: How It Guarantees Decimal Precision
Qunar Tech Salon
Qunar Tech Salon
May 10, 2018 · Frontend Development

Understanding JavaScript Type Coercion: Implicit and Explicit Conversions

This article explains JavaScript's type coercion mechanisms, covering both implicit and explicit conversions for strings, numbers, booleans, objects, and symbols, and demonstrates how abstract operations like ToPrimitive, ToString, ToNumber, and ToBoolean affect runtime behavior.

BooleanES5Explicit Conversion
0 likes · 17 min read
Understanding JavaScript Type Coercion: Implicit and Explicit Conversions