Sha256: d237176cca3e1ab10983242fb17f8a7dc60fcbc9a561df87af5e2a73f1dc67b2
Contents?: true
Size: 267 Bytes
Versions: 42
Compression:
Stored size: 267 Bytes
Contents
// regex blah(/abc/); x = /abc/; x = /abc/.match; // math blah(1/2); //comment x = 1 / 2 / 3; x = 1/1/.1; // broken x=/1/; x=1/a/g; x=a/a/g; // real-world var x = 1/(1+Math.sqrt(sum)); // convert to number between 1-0 return Math.round((num / den) * 100)/100;
Version data entries
42 entries across 42 versions & 5 rubygems