Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
circleTest
//Rextester.Program.Main is the entry point for your code. Don't change it. //Microsoft (R) Visual C# Compiler version 2.9.0.63208 (958f2354) using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { var m = 15; var R = 19.1 * Math.Pow(10, -2); var Lambda = 568.0 * Math.Pow(10, -9); var d = Math.Sqrt(R * (m) * Lambda) + Math.Sqrt(R * (2 * m + 1) * Lambda / 2); d *= 1000; Console.WriteLine(25 - d / 2); } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Insertion Sort
Naju Date Format Issue
Captcha
Reverse String
Ejercicio bucles
SingleDelegate
C# goes Javascriptish (or Pythonish)
Remove Duplicates from a string
Ordinalator
Abstract class by Derived class reference example
Please log in to post a comment.