Power-of-10

PowerShell uses the e operator to represent a scientific notation (power-of-10, "* 10n") that can be used to represent very large numbers. The exponent can be either positive or negative:

2e2    # Returns 200 (2 * 102) 
2e-1   # Returns 0.2 (2 * 10-1) 
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset