ETHproductions / japt

Japt 1.4.5, the other JavaScript golfing language
http://ethproductions.github.io/japt
74 stars 10 forks source link

Default Parameter for N.e()? #58

Open PeterShaggyNoble opened 5 years ago

PeterShaggyNoble commented 5 years ago

N.e() might benefit from a default being assigned to its n parameter.

I don't know what the best option is, though as N.e(1)=N*10=N*A and N.e(2)=N*100=N*L and anything above 2 would just seem arbitrary.