Newer
Older
ubixos / doc / doxygen / html / math_8h-source.html
@reddawg reddawg on 18 Jun 2004 1 KB UbixOS PreRelease
<!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>Ubixos: math.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.3 -->
<h1>math.h</h1><div class="fragment"><pre>00001 <span class="preprocessor">#ifndef __MATH_H</span>
00002 <span class="preprocessor"></span><span class="preprocessor">#define __MATH_H</span>
00003 <span class="preprocessor"></span>
00004 <span class="keyword">typedef</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> quad_t;
00005 <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span> <span class="keywordtype">int</span> u_quad_t;
00006 
00007 <span class="keywordtype">double</span> atan(<span class="keywordtype">double</span> x);
00008 <span class="keywordtype">double</span> sqrt(<span class="keywordtype">double</span> x);
00009 u_quad_t __udivdi3(u_quad_t a,u_quad_t b);
00010 quad_t __divdi3(quad_t a,quad_t b);
00011 
00012 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Wed Apr 28 17:49:37 2004 for Ubixos by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
</a>1.3.3 </small></address>
</body>
</html>