asin

Determines the arcsine of a number. The arcsine is the angle whose sine is number.

asin(number) → returns numeric

Argument Reference

number numeric
Required

Examples
Sample code invoking the asin function

asin(0.3)

Expected Result: 0.304692654015

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub