graphrecords-query 0.5.0

High-performance graph-based data records
Documentation
mod absolute;
mod ceil;
mod clip;
mod cube_root;
mod exponential;
mod floor;
mod logarithm;
mod negate;
mod round;
mod sign;
mod square_root;

pub use absolute::ValueAbsolute;
pub use ceil::ValueCeil;
pub use clip::ValueClip;
pub use cube_root::ValueCubeRoot;
pub use exponential::ValueExponential;
pub use floor::ValueFloor;
pub use logarithm::ValueLogarithm;
pub use negate::ValueNegate;
pub use round::ValueRound;
pub use sign::ValueSign;
pub use square_root::ValueSquareRoot;