User Guide

Chapter 2: ColdFusion Functions 277
<H4>Please enter the sine of the angle that is to be calculated in
degrees and radians. This value must be between 1 and -1, inclusive.</H4>
</CFIF>
</CFIF>
<FORM ACTION="asin.cfm" METHOD="POST">
<P>Type in a number to get its arcsine in Radians and Degrees.
<BR><INPUT TYPE="Text" NAME="sinNum" size="25">
<P><INPUT TYPE="Submit" NAME=""> <INPUT TYPE="RESET">
</FORM>
</BODY>
</HTML>