ReactOS 0.4.15-dev-7906-g1b85a5f
sq Struct Reference

Public Member Functions

 sq ()
 
double sqroot (double x)
 

Detailed Description

Definition at line 50 of file resolve_name.cpp.

Constructor & Destructor Documentation

◆ sq()

sq::sq ( )
inline

Definition at line 52 of file resolve_name.cpp.

52{}

Member Function Documentation

◆ sqroot()

double sq::sqroot ( double  x)
inline

Definition at line 54 of file resolve_name.cpp.

54 {
55 using std::sqrt;
56 return sqrt(x);
57 }
_STLP_DECLSPEC complex< float > _STLP_CALL sqrt(const complex< float > &)
Definition: complex.cpp:188
GLint GLint GLint GLint GLint x
Definition: gl.h:1548

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