<?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.-->
<c74object module="rnbo" kind="rnboobject" name="cosT8safe~" category="Trigonometry">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO Operators</metadata>
<metadata name="tag">RNBO Math</metadata>
<metadata name="tag">RNBO Trigonometry</metadata>
</metadatalist>
<digest>Safe cosine approximation of the input</digest>
<description><p>
8th order Taylor series approximation of the cosine function.
Output is wrapped allowing the cosine to be periodically approximated without divergence.
</p></description>
<!--ARGUMENTS-->
<!--NONE-->
<!--OPTIONS-->
<!--NONE-->
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="in1" size="1" type="auto">
<digest>Input to the Taylor series approximation of cosine.</digest>

</attribute>
<attribute name="reset" size="1" type="bang">
<digest>Reset inlets to default values.</digest>
<attributelist>
<attribute name="default" type="bang" value="0"></attribute>
</attributelist>

</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_in1" name="Input (Radians)" type="auto">
<digest>Input to the Taylor series approximation of cosine.</digest>

</inlet>
</rnboinletlist>
<!--OUTLETS-->
<rnbooutletlist>
<outlet id="outlet_out1" name="Periodic Cosine Approximation" type="signal">
<digest>The 8th order Taylor series approximation of cosine, wrapped for periodicity.</digest>

</outlet>
</rnbooutletlist>
<!--SEE ALSO-->
<seealsolist>
<seealso name="rnbo_cos" type="rnborefpage" module="RNBO" display="cos"></seealso>
<seealso name="rnbo_cosT8" type="rnborefpage" module="RNBO" display="cosT8"></seealso>
</seealsolist>
</c74object>