//! The `numbers/complex` domain: complex literals and values, their arithmetic,
//! and the promotion edges from `i64`, `f64`, and `rational` into the complex
//! sink of the scalar lattice.
pub use *;
/// Cookbook recipes for the complex domain, embedded at build time.
pub static RECIPES: EmbeddedDir =
include!;