On Mon, May 25, 2026 at 1:32 AM Tomaž Vajngerl <[email protected]> wrote:
> Hi, > > I was playing around and "=LAMBDA(SQRT, SQRT(SQRT))(4)" Excel resolves > that and returns the result "2". So it seems the input parameter takes > precedence (irregardless of case) unless it's called - then it assumes it's > a built-in function. You'll probably have to match that. BTW. I have > written some tests in [1] for LAMBDA - should be useful. > I think I will incorporate this into the behavior I'm planning with a preprocessor switch (see my previous message on this list) to control it. > > [1] https://gerrit.collaboraoffice.com/c/online/+/3178 > This should prove very helpful, as I was wondering how to write tests, and what tests I should write. Thanks! > > Tomaž >
