pub async fn hyperbolic_point( exec_state: &mut ExecState, args: Args, ) -> Result<KclValue, KclError>
Calculate the (x, y) point on an hyperbola given x or y and the semi major/minor of the ellipse.