Raising a number to a given power in c#
C#
4
Posts
3
Posters
0
Views
1
Watching
-
I just wonder if there is a way of raising a number to a certain power by c# code i.e coding such a function in c#. e.g 3^5,OR 3^x where x can be a variable, now writing this in code form????
It has to do something with Math doesn't it? Why not search for such class?
Giorgi Dalakishvili #region signature my articles My blog[^] #endregion
-
I just wonder if there is a way of raising a number to a certain power by c# code i.e coding such a function in c#. e.g 3^5,OR 3^x where x can be a variable, now writing this in code form????