math: add pow
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
80780054b5
commit
2b7b8f5571
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ pub const nan_f64 = std.math.nan(f64);
|
|||
|
||||
pub const inf = std.math.inf;
|
||||
pub const sqrt = std.math.sqrt;
|
||||
pub const pow = std.math.pow;
|
||||
pub const sin = std.math.sin;
|
||||
pub const cos = std.math.cos;
|
||||
pub const acos = std.math.acos;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue