Plato on Github
Report Home
src/var/pnum.js
Maintainability
89.27
Lines of code
5
Difficulty
2.00
Estimated Errors
0.01
Function weight
By Complexity
By SLOC
define( function() { "use strict"; return ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; } );