in C# there is built-in support for specifying numbers, using scientific notation.
an example:
an example:
double tenToThePowerOfMinusFifteen = 1e-15;
double tenToThePowerOfMinusFifteen = 1e-15;
Comments
Post a Comment