abs()

abs()

[3] 絶対値とは、 0 との距離の大きさです。

[4] 実数 x絶対値 | x | は、 次のように定義されます。

| x | = { x if x ≧ 0 -x if x < 0

Math.abs() (JavaScript)

[1] Exploring: Math.abs Returns a Negative Number <http://bmaurer.blogspot.com/2006/10/mathabs-returns-negative-number.html> (名無しさん 2006-10-20 00:50:19 +00:00)

abs(x) (ECMAScript 仕様書算法定義)

[2] ES3 仕様書中の算法の定義で用いられている数学関数 abs(x) は、x絶対値、すなわち xの時は -x、 それ以外の時は x を表します。

[5] [selectors] Remove the Selectors-specific tokens, rephrase in terms o… (tabatkins著, ) <https://github.com/w3c/csswg-drafts/commit/52554f80bac1d05be0067fff4a05d2ec126cb41f>

[6] Remove the Selectors-specific tokens, per WG resolution. (tabatkins著, ) <https://github.com/w3c/csswg-drafts/commit/177fc30c38029740a4dfdc4721fc3aa4a8273595>

[7] [selectors-4] Why is this two tokens if '>>' isn't two tokens? (fantasai著, ) <https://github.com/w3c/csswg-drafts/commit/b9350e895ec41faa4a0e29745f416921794f5cd1>