Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Code_only_sin_xm
//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) { for (double x=-1.1; x<0.3; x=x+0.2) { for (int m=1; m<5; m++) { Console.WriteLine( "z(x,m)= {0} при х= {1}, m= {2}" ,ZXM(x, m),x,m); } } } //- s = System.Math.Pow(s, a); -------------------------------------------------------------- public static double ZXM(double x, double m) { double f = Math.Sin(x*m); double Z = Math.Pow(x,m) * Math.Pow(f,m); return Z; } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Simple inheritance
Find 20 business days prior to today's date c#
CRM_Datum
[REDACTED] database V0.1.6
England premiere league results last season
my
character occurrence in the given string
linked list (add to end and beginning, and looking for cycles based on Floyd's algorithm)
Fórum ➡ Get all combinations for ▶different◀ Id's ♦
subbareddy
Please log in to post a comment.