Mathematical Value
ECMAScriptの仕様書における数値表現の一種
任意の実数
algorithmの中ではMVと略されることがある 例:
1. Return 𝔽(MV of NonDecimalIntegerLiteral).
"The MV of hogehoge"の定義場所
The MV of DecimalLiteral :: DecimalIntegerLiteral . DecimalDigits is the MV of DecimalIntegerLiteral plus (the MV of DecimalDigits × 10-n), where n is the number of code points in DecimalDigits, excluding all occurrences of NumericLiteralSeparator.
などなど