LambertW.jl
LambertW.jl copied to clipboard
Lambert W mathematical function
I've been trying to use this function on the GPU but I always get an error (the original issue I posted is https://github.com/CliMA/Oceananigans.jl/issues/3438). Mostly I work indirectly with KernelAbstractions.jl, and...
When I wrote this https://github.com/JuliaMath/LambertW.jl/blob/76c879563c6334560f0a1272a109dc196b2cc3d2/src/LambertW.jl#L199-L207 I suggested an interface for function inverses. Someone did this in `InverseFunctions.jl`. We should add the two or three lines it takes to buy into...
There is an outstanding request to move LambertW to SpecialFunctions. Someone needs to do this and issue a PR. Maybe me.
FixedPointNumbers, Decimals, etc. If possible.