Computes the Wright \(\omega\) the inverse function of \( x \rightarrow \log x+x\).
#include <eve/module/special.hpp>
namespace eve
{
constexpr auto omega(complex_like
auto x)
noexcept;
constexpr auto omega[conditional_expr
auto c](complex_like
auto x)
noexcept;
constexpr auto omega[logical_value
auto m](complex_like
auto x)
noexcept;
}
constexpr auto omega
Computes the Wright the inverse function of .
Definition: omega.hpp:78
Parameters
x: complex_like.
c: Conditional expression masking the operation.
m: Logical value masking the operation.
Return value
- The value of the Wright \(\omega\) function is returned (the inverse function of \( x \rightarrow \log x+x\)) is returned. is the input is a real value a complex value is returned.
- The operation is performed conditionnaly.
ω can be used as an alias.