Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 443 Bytes

variadic_functions.md

File metadata and controls

9 lines (5 loc) · 443 Bytes

Variadic functions

In mathematics and in computer programming, a variadic function is a function of indefinite arity, i.e., one which accepts a variable number of arguments. Support for variadic functions differs widely among programming languages.1


[1] Variadic functions, Wikipedia. (2020). https://en.wikipedia.org/wiki/Variadic_function (accessed September 3, 2020).