Jpp 19.3.0
the software that should make you happy
Loading...
Searching...
No Matches
utl::Pade< Float, 0, 1 > Struct Template Reference

#include <LambertW.hh>

Static Public Member Functions

static Float Approximation (const Float x)
 

Detailed Description

template<typename Float>
struct utl::Pade< Float, 0, 1 >

Definition at line 284 of file LambertW.hh.

Member Function Documentation

◆ Approximation()

template<typename Float >
static Float utl::Pade< Float, 0, 1 >::Approximation ( const Float x)
inlinestatic

Definition at line 285 of file LambertW.hh.

286 { return x * HORNER4(Float, x, 0.07066247420543414, 2.4326814530577687, 6.39672835731526, 4.663365025836821, 0.99999908757381) /
287 HORNER4(Float, x, 1.2906660139511692, 7.164571775410987, 10.559985088953114, 5.66336307375819, 1); }
#define HORNER4(F, x, c4, c3, c2, c1, c0)
Definition Horner.h:71

The documentation for this struct was generated from the following file: