long integer fraction module: (C) 2001 Sebastian Ritterbusch This modules includes fractions based on long integers into Rascal. Dividing two integers or long integers automatically creates a long integer fraction. As the underlying long integer type can be as large as needed, integer fraction also do not have any restriction in size. Although this data type assures absolute perfect accuracy, the draw back is the slowness of it.