|
Golden Member
|
http://en.wikipedia.org/wiki/Division_(mathematics)
再來除法
a/b
This is the usual way to specify division in most computer programming languages since it can easily be typed as a simple sequence of ASCII characters.
a÷b
This form is infrequent except in elementary arithmetic. The obelus is also used alone to represent the division operation itself, as for instance as a label on a key of a calculator.
=====================
其他部份因為有圖片,無法貼上來,建議直接連過去看。
wiki 寫的是「除法表示法」,所以在數學上,除法只有「表示法」而已,並無所謂的「除法符號」。除了÷這個在基礎算術上才會用到的符號。而這個符號會被單獨使用,用來表示一個單獨的除法運算元。
注意單獨除法運算元的意思,以wiki的意思來說,/是除法表示法的其中一個成員,不能單獨存在,也不能叫除法運算元。
|