mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-07 01:06:54 +08:00
Moved ChaiScript_Extras to the bottom
This commit is contained in:
parent
cba13f94d6
commit
c0f217abab
@ -198,9 +198,6 @@ chai.eval(R"_(
|
|||||||
)_");
|
)_");
|
||||||
```
|
```
|
||||||
|
|
||||||
## Adding STL math
|
|
||||||
ChaiScript itself does not provide a link to the math functions defined in `<cmath>`. You can either add them yourself, or use the [https://github.com/ChaiScript/ChaiScript_Extras](ChaiScript_Extras) helper library. (Which also provides some additional string functions.)
|
|
||||||
|
|
||||||
# Executing Script
|
# Executing Script
|
||||||
|
|
||||||
## General
|
## General
|
||||||
@ -587,3 +584,6 @@ Both `use` and `eval_file` search the 'usepaths' passed to the ChaiScript constr
|
|||||||
|
|
||||||
* `from_json` converts a JSON string into its strongly typed (map, vector, int, double, string) representations
|
* `from_json` converts a JSON string into its strongly typed (map, vector, int, double, string) representations
|
||||||
* `to_json` converts a ChaiScript object (either a `Object` or one of map, vector, int, double, string) tree into its JSON string representation
|
* `to_json` converts a ChaiScript object (either a `Object` or one of map, vector, int, double, string) tree into its JSON string representation
|
||||||
|
|
||||||
|
## Extras
|
||||||
|
ChaiScript itself does not provide a link to the math functions defined in `<cmath>`. You can either add them yourself, or use the [https://github.com/ChaiScript/ChaiScript_Extras](ChaiScript_Extras) helper library. (Which also provides some additional string functions.)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user