diff --git a/docs/options.md b/docs/options.md index c3eaadc..4fa6947 100644 --- a/docs/options.md +++ b/docs/options.md @@ -47,10 +47,7 @@ This dropdown allows you to select how numbers (vote totals, etc.) are represent * Fixed: Numbers are represented as fixed-precision decimals, up to a certain number of decimal places (default: 5). * Rational: Numbers are represented exactly as fractions, resulting in the elimination of rounding error, but increasing computational complexity when the number of surplus transfers is very large. -* Native float: Numbers are represented as floating-point numbers. This is fast, but not recommended as unexpectedly large rounding errors may be introduced in some circumstances. -* Native int: Numbers are represented as integers. Fractions are discarded. - -Note that, during some calculations, in order to reduce rounding errors, ballot weights and intermediate may be represented internally as fractions irrespective of this option. +* Native: Numbers are represented as native integers or floating-point numbers. This is fast, but not recommended as unexpectedly large rounding errors may be introduced in some circumstances. ## Surplus order (-s/--surplus-order) diff --git a/html/index.html b/html/index.html index 0df41dc..42a7cc0 100644 --- a/html/index.html +++ b/html/index.html @@ -82,8 +82,7 @@