<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://libisis.org/index.php?action=history&amp;feed=atom&amp;title=Unary_Operations_Interface</id>
	<title>Unary Operations Interface - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://libisis.org/index.php?action=history&amp;feed=atom&amp;title=Unary_Operations_Interface"/>
	<link rel="alternate" type="text/html" href="http://libisis.org/index.php?title=Unary_Operations_Interface&amp;action=history"/>
	<updated>2026-04-30T22:07:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.13</generator>
	<entry>
		<id>http://libisis.org/index.php?title=Unary_Operations_Interface&amp;diff=2300&amp;oldid=prev</id>
		<title>Dean Whittaker at 14:50, 3 April 2008</title>
		<link rel="alternate" type="text/html" href="http://libisis.org/index.php?title=Unary_Operations_Interface&amp;diff=2300&amp;oldid=prev"/>
		<updated>2008-04-03T14:50:46Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
The UnaryOperations can also be called through an interface. The subroutine which is called is determined by the class of the arguments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The general calling syntax of the subroutine is (see below for further details): &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;call IXFoperation(result, object, status)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Operations==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*log - takes the natural logarithm of an object&lt;br /&gt;
*exp - takes the exponential of an object&lt;br /&gt;
*sin - takes the sine of an object&lt;br /&gt;
*cos - takes the cosine of an object&lt;br /&gt;
*tan - takes the tangent of an object&lt;br /&gt;
*sinh - takes the hyperbolic sine of an object&lt;br /&gt;
*cosh - takes the hyperbolic cosine of an object&lt;br /&gt;
*tanh - takes the hyperbolic tangent of an object&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Valid Classes==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Classes for which operations are vaild and overloaded:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[IXTdatum]]&lt;br /&gt;
*[[IXTdatum_array]]&lt;br /&gt;
*[[IXTdataset_1d]]&lt;br /&gt;
*[[IXTdataset_2d]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==F90 syntax==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;use IXMclass&lt;br /&gt;
type(IXTclass)::object,result&lt;br /&gt;
&lt;br /&gt;
type(IXTstatus)::status&lt;br /&gt;
&lt;br /&gt;
call IXFoperation(result,object,status)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For example with operation=sinh class=dataset_1d&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;use IXMdataset_1d&lt;br /&gt;
&lt;br /&gt;
type(IXTdataset_1d):: w1, wres&lt;br /&gt;
type(IXTstatus)::status&lt;br /&gt;
&lt;br /&gt;
call IXFsinh(wres,w1,status)&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dean Whittaker</name></author>
	</entry>
</feed>