hayd / Ratios.jl

Faster Rational-like types for Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Faster Rational-like types for Julia

License:Other


Languages

Language:Julia 100.0%