Parse string numeric literal into a number. Input: * parsefloat 0: convert per ECMA 9.3.1 * 1: convert per ECMA 15.1.2.3 (global.parseFloat())
See Implementation
Parse string numeric literal into a number. Input: * parsefloat 0: convert per ECMA 9.3.1 * 1: convert per ECMA 15.1.2.3 (global.parseFloat())