mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 23:34:10 +02:00
Add System.Math.Cbrt
This commit is contained in:
parent
d37c515644
commit
bd891171f7
2 changed files with 14 additions and 0 deletions
|
@ -221,6 +221,8 @@ namespace System
|
|||
|
||||
public static extern float Sqrt(float f);
|
||||
public static extern double Sqrt(double d);
|
||||
public static extern float Cbrt(float f);
|
||||
public static extern double Cbrt(double d);
|
||||
public static extern float Log(float f);
|
||||
public static extern double Log(double d);
|
||||
public static extern float Log10(float f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue