//! functions for maths operations on data
//! ## Math (//flowstdlib/math)
//! Math Functions
/// A flow to generate numbers within a range
/// A flow to generate a sequence of numbers
/// A module with functions to compare data elements
/// A module with a function to add two `Numbers`
/// A module with a function to divide two `Numbers`
/// A module with a function to multiply two `Numbers`
/// A module with a function to split a range of `Numbers`, into two sub-ranges
/// A module with a function to subtract two `Numbers`
/// A module with a function to calculate the square root of a `Number`