Help for this page

Select Code to Download


  1. or download this
    "1.233e+23",
    "1.233"
    
  2. or download this
    "1.2e+233"
    
  3. or download this
     /^([+-]?)(?=\d|\.\d)\d*(\.\d)?([Ee]([+-]?\d+))?$/
    
  4. or download this
    /^([+-]?)(?=\d|\.\d+)\d*(\.\d+)?([Ee]([+-]?\d+))?$/