Ratios
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
.
No packages found.
This website serves as a package browsing tool for the Julia programming language. It works by aggregating various sources on Github to help you find your next package.
By analogy, Julia Packages operates much like PyPI, Ember Observer, and Ruby Toolbox do for their respective stacks.