The OpenD Programming Language

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

func
module mir.math.func
ieee
module mir.math.ieee

Base floating point routines.

numeric
module mir.math.numeric

This module contains simple numeric algorithms.

stat
module mir.math.stat

This module contains base statistical algorithms.

sum
module mir.math.sum

This module contains summation algorithms.

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.

Meta