Merge commit '5be51ac3db225d5df501ed1fa1499c41d97dbf65'

This commit is contained in:
Bjørn Erik Pedersen
2025-04-10 13:04:51 +02:00
987 changed files with 12379 additions and 14083 deletions

View File

@@ -3,16 +3,11 @@ title: math.Add
description: Adds two or more numbers.
categories: []
keywords: []
action:
aliases: [add]
related:
- functions/math/Div
- functions/math/Mul
- functions/math/Product
- functions/math/Sub
- functions/math/Sum
returnType: any
signatures: [math.Add VALUE VALUE...]
params:
functions_and_methods:
aliases: [add]
returnType: any
signatures: [math.Add VALUE VALUE...]
---
If one of the numbers is a [`float`](g), the result is a `float`.