Function conformal_map_joukowski
Source pub fn conformal_map_joukowski(z: Complex, c: f64) -> Complex
Expand description
Joukowski conformal mapping: w = z + c²/z.
Maps circles near the unit circle to airfoil-like shapes.
§Arguments
z - input complex coordinate
c - parameter (typically near 1.0)
§Returns
Mapped complex coordinate.