Ratios.jl

Faster Rational-like types for Julia
Popularity
5 Stars
Updated Last
2 Years Ago
Started In
June 2015

Ratios

Build Status

This package provides types similar to Julia's Rational type, which make some sacrifices but have better computational performance.

Currently the only type provided is SimpleRatio(num, den) for two integers num and den.

Required Packages

No packages found.