rug 1.20.0

Arbitrary-precision integers, rational, floating-point and complex numbers based on GMP, MPFR and MPC
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html lang="en">
  <head>
    <title>Rug</title>
  </head>
  <body>
    <div style="margin-right: auto; margin-left: auto; max-width: 600px;">
      <h1>Rug</h1>
      <p><img src="rug.svg" /></p>
      <p>The <a href="https://crates.io/crates/rug">Rug crate</a> provides integers and floating-point numbers with arbitrary precision and correct rounding. Here you can find the documentation for the <a href="https://gitlab.com/tspiteri/rug">current development version</a> of the crate.</p>
      <h2>Documentation</h2>
      <ul>
	<li><a href="dev/rug">Documentation for the current development version.</a></li>
	<li><a href="https://docs.rs/rug">Documentation for the published versions.</a></li>
      </ul>
    </div>
  </body>
</html>