object FloatingAbs

Returns absolute value of the floating point number

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FloatingAbs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(that: RecFloating): RecFloating

    Returns the absolute value of a recoded float

    Returns the absolute value of a recoded float

    that

    input value

    returns

    outputs absolute value of the input number

  2. def apply(that: Floating): Floating

    Returns the absolute value of an IEEE754 float

    Returns the absolute value of an IEEE754 float

    that

    input value

    returns

    outputs absolute value of the input number