Skip to content

math.Function.add

soetas edited this page Nov 30, 2024 · 1 revision

estdlib v0.1.2 / math / add

Function: add()

add(augend, addend): number

add function

Parameters

augend: number

first value

addend: number

second value

Returns

number

sum of two numbers

Clone this wiki locally