|
Aero Fractions is a plug-in
for FileMaker Pro. It makes the following calculation functions
available to calculation fields and ScriptMaker scripts:
Fractions: Add: Adds two fractions or whole numbers. Subtract:
Subtracts one fraction or whole number from another.
Multiply: Multiplies two
fractions or whole numbers. Divide: Divides one fraction
or whole number by another. Reduce: Reduces the given fraction
to lowest terms. ToDecimal: Converts a fraction to its decimal
equivalent. ToFraction: Converts a decimal number to a fraction,
either precisely, or to a user-selectable level of accuracy
for nicer looking fractions.
Numerator: Returns the numerator
of a fraction. Denominator: Returns the denominator of a
fraction. LCD - Least Common Denominator: Returns the lowest
number which could be used as the denomonator in both fractions
given. LCDForm - Least Common Denominator Form: Returns
the first of two given fractions in the form using the least
common denominator for the two fractions.
|