(* -*- mode: tuareg; -*- *) (** Interface for NACA 5-digit airfoil generation *) val generate_coordinates : int -> float -> (float * float) list (** Generates coordinates for a 5-digit NACA airfoil given its number and chord length. *)