Main Page   Data Structures   File List   Data Fields   Globals  

scs Struct Reference

The SCS data type. More...


Data Fields

unsigned int h_word [SCS_NB_WORDS]
scs_db_number exception
int index
int sign


Detailed Description

The SCS data type.

An SCS number is a a floating-point number in base 2^32.

The real number represented by a scs structure is equal to:

Definition at line 98 of file scs.h.


Field Documentation

unsigned int scs::h_word[SCS_NB_WORDS]
 

the digits, as 32 bits words.

Definition at line 100 of file scs.h.

scs_db_number scs::exception
 

Used to store Nan,+/-0, Inf, etc and then let the hardware handle them.

Definition at line 102 of file scs.h.

Referenced by scs_add(), and scs_sub().

int scs::index
 

This corresponds to the exponent in an FP format, but here we are in base 2^32.

Definition at line 105 of file scs.h.

Referenced by scs_inv().

int scs::sign
 

The sign equals 1 or -1.

Definition at line 107 of file scs.h.


Generated on Tue Jun 17 10:15:52 2003 for SCSLib by doxygen1.2.15