mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
Merge commit '5be51ac3db225d5df501ed1fa1499c41d97dbf65'
This commit is contained in:
@@ -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`.
|
||||
|
Reference in New Issue
Block a user