Math.tanh OS Fingerprinting After Chromium 148: The Floating-Point Trap
A small V8 change switched `Math.tanh` from a bundled implementation to `std::tanh`, which routes through the host math library. Because transcendental functions can differ by tiny floating-point rounding details, `Math.tanh` can reveal the underlying OS environment after Chromium 148-era updates.