English
Language : 

CC78K4 Datasheet, PDF (86/523 Pages) NEC – CC78K4 Ver.2.30 or Later, C Compiler Language
CHAPTER 5 OPERATORS AND EXPRESSIONS
(1) Multiplicative operators
Multiplicative Operators
*/%
<1> * operator
FUNCTION
The binary * (multiplication) operator performs normal multiplication on two operands and returns the product.
SYNTAX
E1 * E2
<2> / operator
FUNCTION
The / operator performs normal division on two operands and returns the quotient.
SYNTAX
E1 / E2
<3> % operator
FUNCTION
The % operator performs a remainder (or modulo division) operation on two operands and returns the remainder
in the result.
SYNTAX
E1 % E2
86
User’s Manual U15556EJ1V0UM