mir.math

Math Functionality

$(TR $(TDNW $(MREF mir,math,common)) $(TD Common math functions)) $(TR $(TDNW $(MREF mir,math,constant)) $(TD Constants)) $(TR $(TDNW $(MREF mir,math,ieee)) $(TD Basic IEEE-754 numerical functions))

Math modules

ModuleMath kind

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;
mir.math.constant
public import mir.math.constant;
mir.math.ieee
public import mir.math.ieee;

Meta