Template:Math/add/doc
Jump to navigation
Jump to search
Adds multiple values together.
- Input(intended): numbers, as unnamed parameters. (max:20) (technically: any valid expression, as parameter, will work)
- Error/Warning on empty/blank input: No. (those are completely skipped)
- Error/Warning on invalid number/expr input: No. (those are turned into zero)
- Error/Warning on more than max inputs: No. (those are ignored) (extend when needed)