documentation fix
This commit is contained in:
parent
a3bd00c6d9
commit
ba3ac29069
1 changed files with 1 additions and 1 deletions
|
|
@ -406,7 +406,7 @@
|
|||
"source": [
|
||||
"# Note to Package Builders\n",
|
||||
"\n",
|
||||
"Numerical integration makes little sense with float32 math. For compilation, please be sure to set `MICROPY_OBJ_REPR_A` and `MICROPY_FLOAT_IMPL_DOUBLE`, otherwise, compilation will fail. "
|
||||
"Numerical integration makes little sense with float32 math. For compilation, please be sure to set `MICROPY_OBJ_REPR_A` and `MICROPY_FLOAT_IMPL_DOUBLE`, otherwise compilation will fail. "
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue