Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# double without exponential notation

using System;

class Program
{
  static void Main()
  {
    Console.Write(5e100.ToString("F99").TrimEnd('0').TrimEnd(','))
 
PREVIOUS NEXT
Tagged: #double #exponential #notation
ADD COMMENT
Topic
Name
9+2 =