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