/*
* SPDX-License-Identifier: MIT
* Copyright (c) 2023 - 2026. The DeepCausality Authors and Contributors. All Rights Reserved.
*/
use Sum;
use Add;
use crateNumericalValue;
pub const ZERO: NumericalValue = 0.0;
pub const MINUS_ONE: NumericalValue = -1.0;
/// returns the absolute value of a numerical value
/// Returns the sum of all elements in an iterable.