Lambert W function

Hi all,

I’m playing around with the thought of publishing a package. It only contains some math functions, in particular it is a simple implementation of the Lambert W function aka Omega function aka W0(x) and the omega constant that is defined as from W0(1) = Ω.

I have a problem though, I have no idea if this package would actually be useful to anyone. I thought I had a use case at first, but I found another work-around. So that is why I am posting here, requesting feedback on the intent of publishing this purely Math related function.

I’m considering naming the package elm-omega instead of something like lambert-w or similar, and I like being able to write in my code Omega.constant for the omega constant and Omega.principal for the main branch of the Lambert W function. In the future I could also add an Omega.wright function…

Any feedback would be gladly welcomed :slight_smile:

All the best,
Michael

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.