Skip to content

Instantly share code, notes, and snippets.

@jonwittwer
jonwittwer / Vertex42 Lambda Library
Last active January 17, 2025 02:37
Fully documented lambda functions for powering Excel. Includes functions for Arrays, Matrices, Polynomials, Interpolation, Calculus, and Linear Algebra.
/* VERTEX42 LAMBDA LIBRARY
The functions included here are fully documented at the following site:
https://www.vertex42.com/lambda/
If importing this Gist into a separate module via the Excel Labs add-in,
the name of the module (such as "VLL") is added to the beginning of the function
names in the Name Manager. For example, RESCALE would become VLL.RESCALE
Here are a few examples of module names you could use: L, VLL, LIB, LL
*/