Package: postgresql-13-rational Source: pg-rational Version: 0.0.3-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 69 Depends: postgresql-13, libc6 (>= 2.38) Homepage: https://github.com/begriffs/pg_rational Priority: optional Section: database Filename: pool/main/p/pg-rational/postgresql-13-rational_0.0.3-1.pgdg26.04+1_amd64.deb Size: 11988 SHA512: 124158333699529fe6fdfebf3109953d08471997cb25c16c5748628eed196d8790005ced825561327d3c4d4840b6fc80f75e33c8b3001ab7a3ae089719f556d0 SHA256: a7feb300990da6c6abc91c469b41a1d88dfa8b4e724694ccfe962260404713c1 SHA1: b386d45820e97b91ac62bff62e9b0e076fb84605 MD5sum: 7da05dbe110c96824543226552ca3239 Description: Precise fractional arithmetic for PostgreSQL pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect for exact arithmetic or user-specified table row ordering. Holds values as big as an integer, with matching precision in the denominator. . Features: * Stores fractions in exactly 64 bits (same size as float) * Written in C for high performance * Detects and halts arithmetic overflow for correctness * Uses native CPU instructions for fast overflow detection * Defers GCD calculation until requested or absolutely required * Supports btree and hash indices * Implements Stern-Brocot trees for finding intermediate points * Coercion from integer/bigint/tuple * Custom aggregate