fork download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. double a = 7.5236456213115434565f;
  8. double b = 26685.554598729489478934789f;
  9. double c = 65.9479459249312535453450f;
  10. double d = 0.4737979673498739873489f;
  11.  
  12. Console.WriteLine(a.ToString("N30"));
  13. Console.WriteLine(b.ToString("N30"));
  14. Console.WriteLine(c.ToString("N30"));
  15. Console.WriteLine(d.ToString("N30"));
  16. }
  17. }
Success #stdin #stdout 0.01s 131520KB
stdin
Standard input is empty
stdout
7.523645401000980000000000000000
26,685.554687500000000000000000000000
65.947944641113300000000000000000
0.473797976970673000000000000000