ReactOS 0.4.15-dev-7842-g558ab78
NS1 Namespace Reference

Functions

bool f ()
 

Function Documentation

◆ f()

bool NS1::f ( )

Definition at line 8 of file resolve_name.cpp.

9{
10 double d( 1.0 );
11
12 d = sqrt( d );
13 d = ::sqrt( d );
14 d = std::sqrt( d );
15 return d == 1.0;
16}
_STLP_DECLSPEC complex< float > _STLP_CALL sqrt(const complex< float > &)
Definition: complex.cpp:188
#define d
Definition: ke_i.h:81