ReactOS 0.4.15-dev-7934-g1dc8d80
square_root Struct Reference

#include <unary.h>

Inheritance diagram for square_root:
Collaboration diagram for square_root:

Public Member Functions

double operator() (double x_) const
 

Additional Inherited Members

- Public Types inherited from unary_function< double, double >
typedef double argument_type
 
typedef double result_type
 
- Protected Member Functions inherited from unary_function< double, double >
 ~unary_function ()
 

Detailed Description

Definition at line 19 of file unary.h.

Member Function Documentation

◆ operator()()

double square_root::operator() ( double  x_) const
inline

Definition at line 20 of file unary.h.

21 { return ::sqrt(x_); }

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