<?xml version="1.0" encoding="utf-8" standalone="yes"?>

<?xml-stylesheet href="./_c74_ref.xsl" type="text/xsl"?>

<!--This is an automatically generated file. DO NOT EDIT THIS FILE DIRECTLY. Rather, use the _ref.xml files found in the 'edits' folder.-->
<c74object name="tanh" module="max" category="Math">
	<digest>
		Hyperbolic tangent function
	</digest>
	<description>
		Use the <o>tanh</o> object to calculate and output the hyperbolic tangent of any given number.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			Max
		</metadata>
		<metadata name="tag">
			Math
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="INLET_TYPE">
			<digest>
				Input Value X
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="INLET_TYPE">
			<digest>
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="OUTLET_TYPE">
			<digest>
				Tanh (x)
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg name="initial-value" optional="1" type="float or int">
			<digest>
				Sets the initial value for the hyperbolic tangent function
			</digest>
			<description>
				Sets the initial value for the hyperbolic tangent function.
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="bang">
			<arglist />
			<digest>
				Calculate the hyperbolic tangent of the number currently stored.
			</digest>
			<description>
				Calculates the hyperbolic tangent of the number currently stored. If there is no argument, <o>tanh</o> initially holds <m>0</m>.
			</description>
		</method>
		<method name="int">
			<arglist>
				<arg name="input" optional="0" type="int" />
			</arglist>
			<digest>
				Input to the hyperbolic tangent function
			</digest>
			<description>
			</description>
		</method>
		<method name="float">
			<arglist>
				<arg name="input" optional="0" type="float" />
			</arglist>
			<digest>
				Input to the hyperbolic tangent function
			</digest>
			<description>
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example img="tanh.png" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="atan" />
		<seealso name="atan2" />
		<seealso name="atanh" />
		<seealso name="tan" />
	</seealsolist>
	<misc name="Output">
		<entry name="float">
			<description>
				The hyperbolic tangent of the input.
			</description>
		</entry>
		<entry name="int">
			<description>
				The hyperbolic tangent of the input.
			</description>
		</entry>
	</misc>
</c74object>
