MATHLIB User Guide
MATHLIB_sqrt_scalar.h File Reference

Go to the source code of this file.

Functions

template<typename T >
static T MATHLIB_sqrt_scalar_ci (T a)
 
template<>
float MATHLIB_sqrt_scalar_ci< float > (float a)
 
template<>
double MATHLIB_sqrt_scalar_ci< double > (double a)
 
static float MATHLIB_sqrt_scalar_sp (float a)
 
static double MATHLIB_sqrt_scalar_dp (double a)
 

Function Documentation

◆ MATHLIB_sqrt_scalar_ci()

template<typename T >
static T MATHLIB_sqrt_scalar_ci ( a)
inlinestatic

◆ MATHLIB_sqrt_scalar_ci< float >()

template<>
float MATHLIB_sqrt_scalar_ci< float > ( float  a)
inline

Definition at line 59 of file MATHLIB_sqrt_scalar.h.

◆ MATHLIB_sqrt_scalar_ci< double >()

template<>
double MATHLIB_sqrt_scalar_ci< double > ( double  a)
inline

Definition at line 84 of file MATHLIB_sqrt_scalar.h.

◆ MATHLIB_sqrt_scalar_sp()

static float MATHLIB_sqrt_scalar_sp ( float  a)
inlinestatic

Definition at line 110 of file MATHLIB_sqrt_scalar.h.

◆ MATHLIB_sqrt_scalar_dp()

static double MATHLIB_sqrt_scalar_dp ( double  a)
inlinestatic

Definition at line 116 of file MATHLIB_sqrt_scalar.h.