|
4.1.2 bigint expressions
A bigint expression is:
-
an identifier of type bigint
-
a function returning bigint
-
an expression involving bigints and the arithmetic operations
+ , - , * , div ,
% (mod ), or ^
-
a type cast to bigint.
Example:
See
Type conversion and casting;
int;
number.
|