Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Sin_in_degree_with_circle
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { //----------------------------------------------------------------------------- public static void Main(string[] args) { /* double x = 30; double TEMP = Math.Sin(Math.PI/6);; double x1 = TEMP; int n = 2; //n - степень for (int m = 1; m < n; m++) { x = TEMP * x1; } */ Console.WriteLine("x= {0}, TEMP = {1}", x, TEMP); } //---------------------------------------------------------------------------- public static double ZXM(double x, double m) { double SIN = Math.Sin(x*m); double Z = Math.Pow(x,m) * Math.Pow(SIN,m); return Z; } } }
run
|
edit
|
history
|
help
0
One liner recursive prime generator
TEst
Test Random
Ruben
5555555
c# kum saati
lab6
pattern2
12
EnumToList