mir.math

Math Functionality

Math modules

ModuleMath kind
mir,math,common Common math functions
mir,math,constant Constants
mir,math,ieee Basic IEEE-754 numerical functions

Modules

common
module mir.math.common

Common floating point math functions.

constant
module mir.math.constant

Math constants

ieee
module mir.math.ieee

Base floating point routines.

Public Imports

mir.math.common
public import mir.math.common;
Undocumented in source.
mir.math.constant
public import mir.math.constant;
Undocumented in source.
mir.math.ieee
public import mir.math.ieee;
Undocumented in source.