Book a Demo

Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Prev Next

signbit

SYNOPSIS:

int signbit(x);
double x;
int n;
n = signbit(x);

DESCRIPTION:

signbit(x) returns 1 if the sign bit of x is 1, else 0.