repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed typos
[ACE_TAO.git]
/
ACE
/
ace
/
OS_NS_math.inl
blob
3c9753a2976ac32f2a55b61eeb2f693898dda101
1
// -*- C++ -*-
2
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
namespace ACE_OS {
5
6
ACE_INLINE double
7
log2 (double x)
8
{
9
return ace_log2_helper (x);
10
}
11
12
} // ACE_OS namespace
13
14
ACE_END_VERSIONED_NAMESPACE_DECL