The Epic.Math namespace contains common mathematical abstractions such as Mappings, generic groups, abelian groups and rings.
It is defined in Epic.Prelude.
It is defined in Epic.Prelude.
Declaration Syntax
| C# |
namespace Epic.Math
Types
| All Types | Interfaces |
| Type | Description | |
|---|---|---|
| IMapping<(Of <(<'TDomain, TCodomain>)>)> |
Reppresent a function that associate each instance of
TDomain to an instance of TCodomain.
|
