pub async fn asin( exec_state: &mut ExecState, args: Args, ) -> Result<KclValue, KclError>
Compute the arcsine of a number (in radians).