diff options
| author | Damien George | 2014-04-17 17:11:03 +0100 |
|---|---|---|
| committer | Damien George | 2014-04-17 17:11:03 +0100 |
| commit | dbdfee15a1839858b4d12f352b2e34597e6e76e9 (patch) | |
| tree | db3d1cae2a4b3c3bdc825a226b818d728100fe8d /unix | |
| parent | fb06bfc11ccc2506d27e3f53750771d5c737df2e (diff) | |
py: Add cmath module, for complex math. Disabled by default.
Not all functions implemented. Not enabled on pyboard.
Diffstat (limited to 'unix')
| -rw-r--r-- | unix/mpconfigport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index 9c91b757a..cf6e6fae2 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -10,12 +10,12 @@ #define MICROPY_ENABLE_REPL_HELPERS (1) #define MICROPY_ENABLE_LEXER_UNIX (1) #define MICROPY_ENABLE_SOURCE_LINE (1) -#define MICROPY_ENABLE_PROPERTY (1) #define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_DOUBLE) #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ) #define MICROPY_PATH_MAX (PATH_MAX) #define MICROPY_USE_COMPUTED_GOTOS (1) #define MICROPY_MOD_SYS_STDFILES (1) +#define MICROPY_ENABLE_MOD_CMATH (1) // type definitions for the specific machine |
