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