ws.math.math

Undocumented in source.

Public Imports

std.math
public import std.math;
Undocumented in source.

Members

Functions

clamp
T clamp(T a, E min, E max)
Undocumented in source. Be warned that the author may not have intended to support it.
max
T max(T n1, E n2)
Undocumented in source. Be warned that the author may not have intended to support it.
min
T min(T n1, E n2)
Undocumented in source. Be warned that the author may not have intended to support it.
pow
double pow(double n, double e)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta