Closed sunkai9064 closed 4 days ago
As title
numeric is the type representation in ECMAScript. It is more appropriate to quote the original mathematical value here.
Quoted from ecma262's description:
A conversion from a Number or BigInt x to a mathematical value is denoted as "the mathematical value of x", or ℝ(x).
Preview URLs
/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness
/en-US/docs/Web/JavaScript/Reference/Operators/Equality
(comment last updated: 2024-11-21 05:33:48)
Description
As title
Motivation
numeric is the type representation in ECMAScript. It is more appropriate to quote the original mathematical value here.
Additional details
Quoted from ecma262's description: