Whatever message this page gives is out now! Go check it out!
| Parameter | Description |
number | Cosine of an angle. The value must be between -1.0 and 1.0, inclusive. |
<cfscript>
number=0.5;
writeOutput(acos(0.5)); // Returns 1.04719755
</cfscript>