Crate reikna [] [src]

A fast and lightweight math library

reikna contains implementations of various useful functions, structs, and algorithms from various branches of mathematics, including number theory, graph theory, and calculus. The library is designed with speed and ease of use in mind.

Modules

derivative

Module for working with derivatives.

figurate

Module for generating various kinds of figurate numbers.

func

Module for working with Functions

partition

Module for working with the number theory partition function.

prime

Module for working with prime numbers.

Macros

func!

Macro for creating a Function.