[][src]Crate surreal

Implementation of J. H. Conway's surreal numbers, as explained in the book Surreal Numbers by Donald Knuth. This crate provides an interface to the rules and theorems in the book, as well as a comprehensive surreal type.

Structs

Surreal

A struct to represent surreal numbers with non-infinite sets.