Meta Project

The Unofficial Meta Documentation

ABSOLUTE

Summary

ABSOLUTE gives back the absolute value of a NUMBER! type value

Category

MATH

Usage

ABSOLUTE value

Arguments

value - a NUMBER! type

Refinements

This method has no refinements

Description

ABSOLUTE long description

Example Code

ABSOLUTE

ABSOLUTE -123

Result

123

ABSOLUTE -1.23

Result is

1.22999999999999998

Related

To be done. No other related method names assigned yet.

Back to the Meta Methods Reference index