Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
duktape-1.8.0/src-separate/duk_replacements.h
Go to the documentation of this file.
1#ifndef DUK_REPLACEMENTS_H_INCLUDED
2#define DUK_REPLACEMENTS_H_INCLUDED
3
4#if !defined(DUK_SINGLE_FILE)
5#if defined(DUK_USE_COMPUTED_INFINITY)
6DUK_INTERNAL_DECL double duk_computed_infinity;
7#endif
8#if defined(DUK_USE_COMPUTED_NAN)
9DUK_INTERNAL_DECL double duk_computed_nan;
10#endif
11#if defined(DUK_USE_REPL_FPCLASSIFY)
13#endif
14#if defined(DUK_USE_REPL_SIGNBIT)
16#endif
17#if defined(DUK_USE_REPL_ISFINITE)
19#endif
20#if defined(DUK_USE_REPL_ISNAN)
22#endif
23#if defined(DUK_USE_REPL_ISINF)
25#endif
26#endif /* !DUK_SINGLE_FILE */
27
28#endif /* DUK_REPLACEMENTS_H_INCLUDED */
DUK_INTERNAL int duk_repl_isinf(double x)
DUK_INTERNAL int duk_repl_signbit(double x)
DUK_INTERNAL int duk_repl_isnan(double x)
DUK_INTERNAL int duk_repl_isfinite(double x)
DUK_INTERNAL int duk_repl_fpclassify(double x)