Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::math::fraction::fraction_tag Structure
C++
struct fraction_tag {
  int numerator;
  int denominator;
};
Members 
Description 
int numerator; 
Numerator of the fraction. (This is the number on top of a fraction.) 
int denominator; 
Denominator of the fraction. (This is the number on bottom of a fraction.) This specifies the denominations. 

The faction type. Stores a fraction as integer numerator/denominator instead of a floating point scalar. Pointer to a FRACTION. The faction type. Stores a fraction as integer numerator/denominator instead of a floating point scalar.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!