company logo

Big integer values

Very long integer values correspond to INT(19) with any precision, which is practically unlimited. The number of decimals presents the maximum precision that is supported at the moment.

Notes:

big_int is an acronym for long_long_int, which has been provided in order to define compatible types for OSI and CPP.

Definition: 

big_int := 'int64'  | 'uint64'