Adds the input to itself

add_x(x)

Arguments

x

Double or Integer

Value

x+x

Examples

add_x(2)
#> [1] 4