File: 241.htm

package info (click to toggle)
eagle 4.16-5
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 36,508 kB
  • sloc: sh: 82; makefile: 32
file content (59 lines) | stat: -rw-r--r-- 1,526 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<html>
<head>
<title>EAGLE Help: Mathematical Functions</title>
</head>
<body bgcolor=white>
<font face=Helvetica,Arial>
<hr>
<i>EAGLE Help</i>
<h1><center>Mathematical Functions</center></h1>
<hr>
<i>Mathematical functions</i> are used to perform mathematical
operations.
<p>
The following mathematical functions are available:
<ul>
<li><a href=242.htm>abs()</a>
<li><a href=244.htm>acos()</a>
<li><a href=244.htm>asin()</a>
<li><a href=244.htm>atan()</a>
<li><a href=243.htm>ceil()</a>
<li><a href=244.htm>cos()</a>
<li><a href=245.htm>exp()</a>
<li><a href=243.htm>floor()</a>
<li><a href=243.htm>frac()</a>
<li><a href=245.htm>log()</a>
<li><a href=245.htm>log10()</a>
<li><a href=242.htm>max()</a>
<li><a href=242.htm>min()</a>
<li><a href=245.htm>pow()</a>
<li><a href=243.htm>round()</a>
<li><a href=244.htm>sin()</a>
<li><a href=245.htm>sqrt()</a>
<li><a href=243.htm>trunc()</a>
<li><a href=244.htm>tan()</a>
</ul>
<b>Error Messages</b>
<p>
If the arguments of a mathematical function call lead to an error, the
error message will show the actual values of the arguments. Thus the
statements
<pre>
real x = -1.0;
real r = sqrt(2 * x);
</pre>
will lead to the error message
<pre>
Invalid argument in call to 'sqrt(-2)'
</pre>

<hr>
<table width=100% cellspacing=0 border=0><tr><td align=left><font face=Helvetica,Arial>
<a href=index.htm>Index</a>
</font></td><td align=right><font face=Helvetica,Arial size=-1>
<i>Copyright &copy; 2005 CadSoft Computer GmbH</i>
</font></td></tr></table>
<hr>
</font>
</body>
</html>