fork download
  1. function filterInt(value) {
  2. return Number((value+'').replace('.','~'));
  3. }
  4.  
  5. print(filterInt(1e-10));
Success #stdin #stdout 0.03s 16736KB
stdin
Standard input is empty
stdout
1e-10