fabs
double fabs (double inputValue);
Purpose
Computes the absolute value of a double.
Parameters
| Input | ||
| Name | Type | Description |
| inputValue | double | Contains the value from which the absolute value is taken. |
Return Value
| Name | Type | Description |
| result | double | Contains the returned absolute value of inputValue. |
Additional Information
Library: ANSI C Library
Include file: ansi_c.h
LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later
