com-croftsoft-core 0.14.0

A core library of highly reusable code
Documentation
// =============================================================================
//! - Mathematics and constants
//!
//! # Metadata
//! - Copyright: © 1998 - 2022 [`CroftSoft Inc`]
//! - Author: [`David Wallace Croft`]
//! - Rust version: 2022-10-23
//! - Rust since: 2022-07-30
//!
//! # History
//! - Adapted from the Java package com.croftsoft.core.math
//!   - In the Java-based [`CroftSoft Core Library`]
//!
//! [`CroftSoft Core Library`]: https://www.croftsoft.com/library/code/
//! [`CroftSoft Inc`]: https://www.croftsoft.com/
//! [`David Wallace Croft`]: https://www.croftsoft.com/people/david/
// =============================================================================

pub mod axis;
pub mod finance_lib;
pub mod geom;
pub mod math_constants;
pub mod math_lib;
pub mod matrix;
pub mod quat;