algebra

Crates.ioalgebra
lib.rsalgebra
version0.2.0
sourcesrc
created_at2014-11-21 18:29:03.409222
updated_at2016-08-17 12:52:18.00099
descriptionAbstract algebra for Rust
homepage
repositoryhttps://github.com/brendanzab/algebra
max_upload_size
id312
size47,781
Brendan Zabarauskas (brendanzab)

documentation

README

Abstract algebra for Rust

Build Status

|(• ◡•)|ノ〵(❍ᴥ❍⋃)     - "ALGEBRAIC!!!"

Abstract algebra organises organises a wide range of structures into a logically consistent framework. These classifications can be incredibly useful for creating composable libraries and APIs.

Examples of types that could be included under the algebraic framework:

  • Integers, reals and rationals numbers
  • Complex numbers
  • Polynomials
  • Boolean values
  • Matrices and vectors
  • Quaternions and octonians
  • Strings under concatenation

Research

Interesting papers

Inspiring Libraries

Commit count: 80

cargo fmt