******* Numeric ******* This module contains the necessary tools to perform the unary and binary numeric operations. .. py:currentmodule:: vtlengine.Operators.Numeric Two main classes inherits from Binary and Unary main class, to ensure the data type is number and is able to perform the operation. .. autoclass:: Binary .. autoclass:: Unary Some unary operators, like round or trunc, have to be loaded with the following class: .. autoclass:: Parameterized