1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> 3<title>oscl_math.h Source File</title> 4<link href="doxygen.css" rel="stylesheet" type="text/css"> 5</head><body> 6<!-- Generated by Doxygen 1.2.18 --> 7<center> 8<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="modules.html">Modules</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Data Structures</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Data Fields</a> <a class="qindex" href="globals.html">Globals</a> </center> 9<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> 1000002 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span> 1100003 1200004 <span class="comment">// O S C L _ M A T H</span> 1300005 1400006 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span> 1500007 1600020 <span class="preprocessor">#ifndef OSCL_MATH_H_INCLUDED</span> 1700021 <span class="preprocessor"></span><span class="preprocessor">#define OSCL_MATH_H_INCLUDED</span> 1800022 <span class="preprocessor"></span> 1900023 <span class="preprocessor">#ifndef OSCLCONFIG_UTIL_H_INCLUDED</span> 2000024 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig__util_8h.html">osclconfig_util.h</a>"</span> 2100025 <span class="preprocessor">#endif</span> 2200026 <span class="preprocessor"></span> 2300027 <span class="preprocessor">#ifndef OSCL_BASE_H_INCLUDED</span> 2400028 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span> 2500029 <span class="preprocessor">#endif</span> 2600030 <span class="preprocessor"></span> 2700036 <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); 2800042 <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); 2900048 <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); 3000055 <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); 3100061 <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); 3200062 3300068 <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); 3400069 3500075 <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); 3600076 3700082 <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); 3800083 3900089 <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); 4000090 4100096 <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); 4200097 4300103 <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); 4400104 4500105 <span class="preprocessor">#if (!OSCL_DISABLE_INLINES)</span> 4600106 <span class="preprocessor"></span><span class="preprocessor">#include "oscl_math.inl"</span> 4700107 <span class="preprocessor">#endif</span> 4800108 <span class="preprocessor"></span> 4900109 <span class="preprocessor">#endif</span> 5000110 <span class="preprocessor"></span> 51</pre></div><hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small> 52<address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small> 53</small></address> 54</body> 55</html> 56