Home | History | Annotate | Download | only in oscl_html
      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> &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>
      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>
     10 00002 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
     11 00003 
     12 00004 <span class="comment">//                     O S C L _ M A T H</span>
     13 00005 
     14 00006 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
     15 00007 
     16 00020 <span class="preprocessor">#ifndef OSCL_MATH_H_INCLUDED</span>
     17 00021 <span class="preprocessor"></span><span class="preprocessor">#define OSCL_MATH_H_INCLUDED</span>
     18 00022 <span class="preprocessor"></span>
     19 00023 <span class="preprocessor">#ifndef OSCLCONFIG_UTIL_H_INCLUDED</span>
     20 00024 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig__util_8h.html">osclconfig_util.h</a>"</span>
     21 00025 <span class="preprocessor">#endif</span>
     22 00026 <span class="preprocessor"></span>
     23 00027 <span class="preprocessor">#ifndef OSCL_BASE_H_INCLUDED</span>
     24 00028 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span>
     25 00029 <span class="preprocessor">#endif</span>
     26 00030 <span class="preprocessor"></span>
     27 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);
     28 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);
     29 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);
     30 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);
     31 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);
     32 00062 
     33 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);
     34 00069 
     35 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);
     36 00076 
     37 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);
     38 00083 
     39 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);
     40 00090 
     41 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);
     42 00097 
     43 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);
     44 00104 
     45 00105 <span class="preprocessor">#if (!OSCL_DISABLE_INLINES)</span>
     46 00106 <span class="preprocessor"></span><span class="preprocessor">#include "oscl_math.inl"</span>
     47 00107 <span class="preprocessor">#endif</span>
     48 00108 <span class="preprocessor"></span>
     49 00109 <span class="preprocessor">#endif</span>
     50 00110 <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