Definitions for "Arithmetic Operator" Add To Word List
Login or Register  | Word Lists | Search History

A special symbol or a reserved word used in arithmetic operations. The following are common arithmetic operators in Pascal: +, -, *, /, mod, div.
Helpful?           0
A symbol that directs the performance of an arithmetic operation. The intrinsic arithmetic operators are: + addition - subtraction * multiplication / division ** exponentiation
Helpful?           0
Symbols that allow you to create an arithmetic expression in SQL statements. Addition (+), subtraction (-), division (/) and multiplication (*) can be used with numeric columns. Module (%) can only be used with the integer datatypes. See also comparison operator.
Helpful?           0
The arithmetical signs of addition, subtraction, division and multiplication as used by a given programming language.
Helpful?           0
A symbol, such as + or -, used to perform an arithmetic operation, such as addition or subtraction. See also operator.
Helpful?           0
A symbol that directs a compiler to perform an arithmetic operation.
Helpful?           0
An operator that applies to variables having a numeric data type. Examples are "+" (addition) and "*" (multiplication).
Helpful?           0