Mercurial > repos > public > sbplib_julia
comparison docs/src/operator_file_format.md @ 853:fe8fe3f01162 operator_storage_array_of_table
Docs touch up
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 17 Jan 2022 08:34:06 +0100 |
parents | 510f744d0876 |
children | 7bf3121c6864 |
comparison
equal
deleted
inserted
replaced
852:510f744d0876 | 853:fe8fe3f01162 |
---|---|
43 ``D_1`` or ``D_2``. | 43 ``D_1`` or ``D_2``. |
44 | 44 |
45 ### Numbers | 45 ### Numbers |
46 Number can be represented as regular TOML numbers e.g. `1`, `-0.4` or | 46 Number can be represented as regular TOML numbers e.g. `1`, `-0.4` or |
47 `4.32e-3`. Alternatively they can be represented as strings which allows | 47 `4.32e-3`. Alternatively they can be represented as strings which allows |
48 specifying fraction e.g. `"1/2"` or "0". | 48 specifying fraction e.g. `"1/2"` or `"0"`. |
49 | 49 |
50 All numbers are accurately converted to `Rational`s when using the | 50 All numbers are accurately converted to `Rational`s when using the |
51 [`parse_scalar`](@ref) function. | 51 [`parse_scalar`](@ref) function. |
52 | 52 |
53 ### Stencils | 53 ### Stencils |