mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
306 B
12 lines
306 B
define: DUK_USE_MATH_BUILTIN
|
|
introduced: 1.0.0
|
|
default: true
|
|
tags:
|
|
- ecmascript
|
|
description: >
|
|
Provide a Math built-in.
|
|
|
|
When disabled, Math functions will be stubbed out; this improves portability
|
|
to some very exotic platforms but is not recommended.
|
|
|
|
# FIXME: document as experimental / obscure?
|
|
|