| 
									
										
										
										
											1998-08-10 19:42:37 +00:00
										 |  |  | \section{\module{cmath} --- | 
					
						
							|  |  |  |          Mathematical functions for complex numbers.} | 
					
						
							| 
									
										
										
										
											1998-07-23 17:59:49 +00:00
										 |  |  | \declaremodule{builtin}{cmath} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \modulesynopsis{Mathematical functions for complex numbers.} | 
					
						
							| 
									
										
										
										
											1997-07-17 16:13:45 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | This module is always available. | 
					
						
							|  |  |  | It provides access to mathematical functions for complex numbers. | 
					
						
							|  |  |  | The functions are: | 
					
						
							| 
									
										
										
										
											1997-09-30 20:14:50 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1997-07-17 16:13:45 +00:00
										 |  |  | \begin{funcdesc}{acos}{x} | 
					
						
							| 
									
										
										
										
											1997-09-30 20:14:50 +00:00
										 |  |  | Return the arc cosine of \var{x}. | 
					
						
							|  |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{acosh}{x} | 
					
						
							|  |  |  | Return the hyperbolic arc cosine of \var{x}. | 
					
						
							|  |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{asin}{x} | 
					
						
							|  |  |  | Return the arc sine of \var{x}. | 
					
						
							|  |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{asinh}{x} | 
					
						
							|  |  |  | Return the hyperbolic arc sine of \var{x}. | 
					
						
							|  |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{atan}{x} | 
					
						
							|  |  |  | Return the arc tangent of \var{x}. | 
					
						
							|  |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{atanh}{x} | 
					
						
							|  |  |  | Return the hyperbolic arc tangent of \var{x}. | 
					
						
							|  |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{cos}{x} | 
					
						
							|  |  |  | Return the cosine of \var{x}. | 
					
						
							|  |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{cosh}{x} | 
					
						
							|  |  |  | Return the hyperbolic cosine of \var{x}. | 
					
						
							|  |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{exp}{x} | 
					
						
							| 
									
										
										
										
											1998-02-11 22:33:28 +00:00
										 |  |  | Return the exponential value \code{e**\var{x}}. | 
					
						
							| 
									
										
										
										
											1997-09-30 20:14:50 +00:00
										 |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{log}{x} | 
					
						
							|  |  |  | Return the natural logarithm of \var{x}. | 
					
						
							|  |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{log10}{x} | 
					
						
							|  |  |  | Return the base-10 logarithm of \var{x}. | 
					
						
							|  |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{sin}{x} | 
					
						
							|  |  |  | Return the sine of \var{x}. | 
					
						
							|  |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{sinh}{x} | 
					
						
							|  |  |  | Return the hyperbolic sine of \var{x}. | 
					
						
							|  |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{sqrt}{x} | 
					
						
							|  |  |  | Return the square root of \var{x}. | 
					
						
							|  |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{tan}{x} | 
					
						
							|  |  |  | Return the tangent of \var{x}. | 
					
						
							|  |  |  | \end{funcdesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{funcdesc}{tanh}{x} | 
					
						
							|  |  |  | Return the hyperbolic tangent of \var{x}. | 
					
						
							|  |  |  | \end{funcdesc} | 
					
						
							| 
									
										
										
										
											1997-07-17 16:13:45 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | The module also defines two mathematical constants: | 
					
						
							| 
									
										
										
										
											1997-09-30 20:14:50 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1997-07-17 16:13:45 +00:00
										 |  |  | \begin{datadesc}{pi} | 
					
						
							| 
									
										
										
										
											1997-09-30 20:14:50 +00:00
										 |  |  | The mathematical constant \emph{pi}, as a real. | 
					
						
							|  |  |  | \end{datadesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{datadesc}{e} | 
					
						
							|  |  |  | The mathematical constant \emph{e}, as a real. | 
					
						
							| 
									
										
										
										
											1997-07-17 16:13:45 +00:00
										 |  |  | \end{datadesc} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Note that the selection of functions is similar, but not identical, to | 
					
						
							| 
									
										
										
										
											1998-01-09 21:30:03 +00:00
										 |  |  | that in module \code{math}\refbimodindex{math}.  The reason for having | 
					
						
							|  |  |  | two modules is, that some users aren't interested in complex numbers, | 
					
						
							|  |  |  | and perhaps don't even know what they are.  They would rather have | 
					
						
							|  |  |  | \code{math.sqrt(-1)} raise an exception than return a complex number. | 
					
						
							|  |  |  | Also note that the functions defined in \code{cmath} always return a | 
					
						
							|  |  |  | complex number, even if the answer can be expressed as a real number | 
					
						
							|  |  |  | (in which case the complex number has an imaginary part of zero). |