Arithmetic Operations Suggest EditsOverview Tamr supports arithmetic operations using +, -, *, and /, as well as unary negation for numerical values. Keeping data in the numerical format may require some casting, using functions such as to_int, to_double, or to_long.Updated over 5 years ago Table of Contents Overview