Java View all facts Glossary Help |
| syntactic unit > symbol > operator > arithmetic operator > / |
| / comparison table | |||||||
| Subject | use | have syntax | has definition | have purpose | is a kind of | is an instance of | indicate |
|---|---|---|---|---|---|---|---|
| arithmetic operator | to perform basic arithmetic operations | operator | |||||
| binary operator | an infix notation | An operator that has 2 arguments | to perform a simple function of 1 to 3 arguments | operator | |||
| / | an infix notation | operand1 / operand2 | to divide one operand by another | binary operator | division |
Next arithmetic operator: % Up: arithmetic operator, binary operator Previous arithmetic operator: --