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

Definition at line 331 of file LambertW.hh.

Member Function Documentation

◆ Approximation()

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

Definition at line 332 of file LambertW.hh.

333 { return -1 - sqrt(
334 HORNER4(Float, x, 988.0070769375508, 1619.8111957356814, 989.2017745708083, 266.9332506485452, 26.875022558546036) /
335 HORNER4(Float, x, -205.50469464210596, -270.0440832897079, -109.554245632316, -11.275355431307334, 1)
336 ); }
#define HORNER4(F, x, c4, c3, c2, c1, c0)
Definition Horner.h:71

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