Main Page
Class Categories
Classes
Namespaces
File List
File Members
exper-sw
cosmosw
AugerSW
Offline
source
main
Utilities
Math
LambertW.h
Go to the documentation of this file.
1
#ifndef _utl_LambertW_h_
2
#define _utl_LambertW_h_
3
9
namespace
utl {
10
20
template
<
int
branch>
21
double
LambertWApproximation
(
const
double
x);
22
23
44
template
<
int
branch>
45
double
LambertW
(
const
double
x);
46
47
}
48
49
50
#endif
utl::LambertW
double LambertW(const double x)
utl::LambertWApproximation
double LambertWApproximation(const double x)
Definition:
LambertW.cc:544
, generated on Tue Sep 26 2023.