blob: 572dfee415bf20030d1b9922ab1f1bf919f7f78c [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>oscl_math.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.18 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="modules.html">Modules</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Data Structures</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Data Fields</a> &nbsp; <a class="qindex" href="globals.html">Globals</a> &nbsp; </center>
<hr><h1>oscl_math.h</h1><a href="oscl__math_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">// -*- c++ -*-</span>
00002 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
00003
00004 <span class="comment">// O S C L _ M A T H</span>
00005
00006 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
00007
00020 <span class="preprocessor">#ifndef OSCL_MATH_H_INCLUDED</span>
00021 <span class="preprocessor"></span><span class="preprocessor">#define OSCL_MATH_H_INCLUDED</span>
00022 <span class="preprocessor"></span>
00023 <span class="preprocessor">#ifndef OSCLCONFIG_UTIL_H_INCLUDED</span>
00024 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig__util_8h.html">osclconfig_util.h</a>"</span>
00025 <span class="preprocessor">#endif</span>
00026 <span class="preprocessor"></span>
00027 <span class="preprocessor">#ifndef OSCL_BASE_H_INCLUDED</span>
00028 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span>
00029 <span class="preprocessor">#endif</span>
00030 <span class="preprocessor"></span>
00036 <a class="code" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a> <span class="keywordtype">double</span> <a class="code" href="group__osclutil.html#a23">oscl_log</a>(<span class="keywordtype">double</span> value);
00042 <a class="code" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a> <span class="keywordtype">double</span> <a class="code" href="group__osclutil.html#a24">oscl_log10</a>(<span class="keywordtype">double</span> value);
00048 <a class="code" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a> <span class="keywordtype">double</span> <a class="code" href="group__osclutil.html#a25">oscl_sqrt</a>(<span class="keywordtype">double</span> value);
00055 <a class="code" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a> <span class="keywordtype">double</span> <a class="code" href="group__osclutil.html#a26">oscl_pow</a>(<span class="keywordtype">double</span> x, <span class="keywordtype">double</span> y);
00061 <a class="code" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a> <span class="keywordtype">double</span> <a class="code" href="group__osclutil.html#a27">oscl_exp</a>(<span class="keywordtype">double</span> value);
00062
00068 <a class="code" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a> <span class="keywordtype">double</span> <a class="code" href="group__osclutil.html#a28">oscl_sin</a>(<span class="keywordtype">double</span> value);
00069
00075 <a class="code" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a> <span class="keywordtype">double</span> <a class="code" href="group__osclutil.html#a29">oscl_cos</a>(<span class="keywordtype">double</span> value);
00076
00082 <a class="code" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a> <span class="keywordtype">double</span> <a class="code" href="group__osclutil.html#a30">oscl_tan</a>(<span class="keywordtype">double</span> value);
00083
00089 <a class="code" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a> <span class="keywordtype">double</span> <a class="code" href="group__osclutil.html#a31">oscl_asin</a>(<span class="keywordtype">double</span> value);
00090
00096 <a class="code" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a> <span class="keywordtype">double</span> <a class="code" href="group__osclutil.html#a32">oscl_atan</a>(<span class="keywordtype">double</span> value);
00097
00103 <a class="code" href="group__osclbase.html#a84">OSCL_COND_IMPORT_REF</a> <span class="keywordtype">double</span> <a class="code" href="group__osclutil.html#a33">oscl_floor</a>(<span class="keywordtype">double</span> value);
00104
00105 <span class="preprocessor">#if (!OSCL_DISABLE_INLINES)</span>
00106 <span class="preprocessor"></span><span class="preprocessor">#include "oscl_math.inl"</span>
00107 <span class="preprocessor">#endif</span>
00108 <span class="preprocessor"></span>
00109 <span class="preprocessor">#endif</span>
00110 <span class="preprocessor"></span>
</pre></div><hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
<address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small>
</small></address>
</body>
</html>