aboutsummaryrefslogtreecommitdiff
path: root/externals/ace/OS_NS_math.inl
blob: e66dc496e5d5116a3982efeb846a3e75dad414b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- C++ -*-
//
// $Id: OS_NS_math.inl 89470 2010-03-12 12:12:12Z olli $

ACE_BEGIN_VERSIONED_NAMESPACE_DECL

namespace ACE_OS {

  ACE_INLINE double
  log2 (double x)
  {
    return ace_log2_helper (x);
  }

} // ACE_OS namespace

ACE_END_VERSIONED_NAMESPACE_DECL