FLINT: Fast Library for Number Theory

Welcome to FLINT’s documentation! FLINT is a C library for doing number theory, maintained by William Hart and Fredrik Johansson.

FLINT is free software distributed under the GNU Lesser General Public License (LGPL), version 2.1 or later.

Introduction

General utilities

Integers

Rational numbers

Integers mod n

Finite fields

p-adic numbers

Floating-point support code

C++ Interface

References