HomeManualTopicsTypesSymbols

std::plus

add two numbers of any kind

Parameters

left
the left operand
right
the right operand

Result

sum
the sum of left and right

Description

The result is always stored in the simplest possible form.

Topic

Numbers

See also

std::minus subtract two numbers of any kind
std::times multiply two numbers of any kind
std::over divide two numbers of any kind
std::div divide two integer numbers
std::mod compute the remainder of two integer numbers

Implemented by

std_types::character returns the *n*th-next character
std_types::date_and_time adds an arbitrary time delta to a date-and-time object
std_types::positive_integer implements the plus operation for positive integers
std_types::real implements the plus operation for real numbers