Jpp 19.3.0
the software that should make you happy
Loading...
Searching...
No Matches
utl::Pade< Float, -1, 4 > 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, -1, 4 >

Definition at line 301 of file LambertW.hh.

Member Function Documentation

◆ Approximation()

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

Definition at line 302 of file LambertW.hh.

303 { return HORNER4(Float, x, -2793.4565508841197, -1987.3632221106518, 385.7992853617571, 277.2362778379572, -7.840776922133643) /
304 HORNER4(Float, x, 280.6156995997829, 941.9414019982657, 190.64429338894644, -63.93540494358966, 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: