Documentation Project 1
ContentsIndexHome
Example

Fraction f = 3 1/2;

FRACTION f;
SetFractionV( f, 3, 1, 2 );
// the resulting fraction will be 7/2
Copyright (c) 2010. All rights reserved.