Vocabularies tagged "math" - Factor Documentation (original) (raw)

Vocabulary

Summary

math.bits

Virtual sequence for bits of an integer

math.bitwise

Bitwise arithmetic utilities

math.combinatorics

Permutations and combinations

math.complex

Complex number implementation

math.constants

Mathematical constants

math.floating-point

math.floats.env

IEEE 754 floating-point environment querying and control (exceptions, rounding mode, and denormals)

math.floats.half

Half-precision float support for FFI

math.functions

Elementary complex-valued functions

math.hashcodes

math.libm

Low-level binding to math functions in the C standard library

math.matrices

Matrix arithmetic

math.partial-dispatch

Partially-dispatched math operations, used by the compiler

math.polynomials

Polynomial arithmetic

math.primes

Prime numbers test and generation

math.primes.erato

Eratosthene sieve

math.primes.erato.fast

Eratosthene sieve (fast!)

math.primes.factors

Prime factors decomposition

math.primes.lucas-lehmer

math.primes.miller-rabin

Miller-Rabin probabilistic primality test

math.primes.safe

math.quaternions

Quaternion arithmetic and Euler angles

math.rectangles

math.rectangles.positioning

math.statistics

Mean, median, standard deviation, and other statistical routines

math.vectors

Vector arithmetic

math.vectors.simd

Single-instruction-multiple-data parallel vector operations

sequences.complex

Virtual sequence wrapper to convert real pairs into complex values

sequences.complex-components

Virtual sequence wrapper to convert complex values into real value pairs