<?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="atanh" module="max" category="Math">
	<digest>
		Hyperbolic arc-tangent function
	</digest>
	<description>
		Use the <o>atanh</o> object to calculate and output the hyperbolic arc-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>
				Atanh (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 arc-tangent function
			</digest>
			<description>
				Sets the initial value for the hyperbolic arc-tangent function.
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="bang">
			<arglist />
			<digest>
				Calculate the hyperbolic arc-tangent of the number currently stored.
			</digest>
			<description>
				Calculates the hyperbolic arc-tangent of the number currently stored. If there is no argument, <o>atanh</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 arc-tangent function
			</digest>
			<description>
			</description>
		</method>
		<method name="float">
			<arglist>
				<arg name="input" optional="0" type="float" />
			</arglist>
			<digest>
				Input to the hyperbolic arc-tangent function
			</digest>
			<description>
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example img="atanh.png" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="atan" />
		<seealso name="atan2" />
		<seealso name="tan" />
		<seealso name="tanh" />
	</seealsolist>
	<misc name="Output">
		<entry name="float">
			<description>
				The hyperbolic arc-tangent of the input.
			</description>
		</entry>
		<entry name="int">
			<description>
				The hyperbolic arc-tangent of the input.
			</description>
		</entry>
	</misc>
</c74object>
