Merge 327ad0d326
into 6e2e68fd08
This commit is contained in:
commit
58c78bf01a
1 changed files with 1 additions and 1 deletions
|
@ -51931,7 +51931,7 @@ static const JSCFunctionListEntry js_bigfloat_funcs[] = {
|
|||
JS_CGETSET_MAGIC_DEF("MIN_VALUE", js_bigfloat_get_const, NULL, 2 ),
|
||||
JS_CGETSET_MAGIC_DEF("MAX_VALUE", js_bigfloat_get_const, NULL, 3 ),
|
||||
JS_CGETSET_MAGIC_DEF("EPSILON", js_bigfloat_get_const, NULL, 4 ),
|
||||
JS_CFUNC_DEF("parseFloat", 1, js_bigfloat_parseFloat ),
|
||||
JS_CFUNC_DEF("parseFloat", 2, js_bigfloat_parseFloat ),
|
||||
JS_CFUNC_DEF("isFinite", 1, js_bigfloat_isFinite ),
|
||||
JS_CFUNC_DEF("isNaN", 1, js_bigfloat_isNaN ),
|
||||
JS_CFUNC_MAGIC_DEF("abs", 1, js_bigfloat_fop, MATH_OP_ABS ),
|
||||
|
|
Loading…
Add table
Reference in a new issue