Index Index for
Section 3
Index Alphabetical
listing for N
Index Bottom of
page

neg(3)

NAME

neg - Negates and returns the value of the double operand x

LIBRARY

Math Library (libm.a)

SYNOPSIS

double neg( double x );

PARAMETERS

x Specifies some double value.

DESCRIPTION

The neg() function returns a negative of the value of the double operand x.

Index Index for
Section 3
Index Alphabetical
listing for N
Index Top of
page