2024-11-04 20:34:22 -06:00
|
|
|
---
|
|
|
|
source: kcl/src/simulation_tests.rs
|
2025-02-13 11:59:57 +13:00
|
|
|
description: Variables in memory after executing comparisons.kcl
|
2024-11-04 20:34:22 -06:00
|
|
|
---
|
|
|
|
{
|
2025-02-20 19:33:21 +13:00
|
|
|
"E": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 2.718281828459045,
|
|
|
|
"ty": {
|
|
|
|
"type": "Known",
|
|
|
|
"type": "Count"
|
|
|
|
},
|
|
|
|
"__meta": [
|
|
|
|
{
|
|
|
|
"sourceRange": [
|
|
|
|
651,
|
|
|
|
689,
|
|
|
|
2
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2025-02-13 11:59:57 +13:00
|
|
|
"HALF_TURN": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 180.0,
|
2025-02-14 13:03:23 +13:00
|
|
|
"ty": {
|
2025-02-20 19:33:21 +13:00
|
|
|
"type": "Known",
|
|
|
|
"type": "Angle",
|
|
|
|
"type": "Degrees"
|
2025-02-14 13:03:23 +13:00
|
|
|
},
|
2025-02-20 19:33:21 +13:00
|
|
|
"__meta": [
|
|
|
|
{
|
|
|
|
"sourceRange": [
|
|
|
|
109,
|
|
|
|
115,
|
|
|
|
1
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"PI": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 3.141592653589793,
|
|
|
|
"ty": {
|
|
|
|
"type": "Known",
|
|
|
|
"type": "Count"
|
|
|
|
},
|
|
|
|
"__meta": [
|
|
|
|
{
|
|
|
|
"sourceRange": [
|
|
|
|
290,
|
|
|
|
328,
|
|
|
|
2
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2025-02-13 11:59:57 +13:00
|
|
|
},
|
|
|
|
"QUARTER_TURN": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 90.0,
|
2025-02-14 13:03:23 +13:00
|
|
|
"ty": {
|
2025-02-20 19:33:21 +13:00
|
|
|
"type": "Known",
|
|
|
|
"type": "Angle",
|
|
|
|
"type": "Degrees"
|
|
|
|
},
|
|
|
|
"__meta": [
|
|
|
|
{
|
|
|
|
"sourceRange": [
|
|
|
|
84,
|
|
|
|
89,
|
|
|
|
1
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"TAU": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 6.283185307179586,
|
|
|
|
"ty": {
|
|
|
|
"type": "Known",
|
|
|
|
"type": "Count"
|
2025-02-14 13:03:23 +13:00
|
|
|
},
|
2025-02-20 19:33:21 +13:00
|
|
|
"__meta": [
|
|
|
|
{
|
|
|
|
"sourceRange": [
|
|
|
|
1042,
|
|
|
|
1080,
|
|
|
|
2
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2025-02-13 11:59:57 +13:00
|
|
|
},
|
|
|
|
"THREE_QUARTER_TURN": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 270.0,
|
2025-02-14 13:03:23 +13:00
|
|
|
"ty": {
|
2025-02-20 19:33:21 +13:00
|
|
|
"type": "Known",
|
|
|
|
"type": "Angle",
|
|
|
|
"type": "Degrees"
|
2025-02-14 13:03:23 +13:00
|
|
|
},
|
2025-02-20 19:33:21 +13:00
|
|
|
"__meta": [
|
|
|
|
{
|
|
|
|
"sourceRange": [
|
|
|
|
144,
|
|
|
|
150,
|
|
|
|
1
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2025-02-13 11:59:57 +13:00
|
|
|
},
|
|
|
|
"ZERO": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 0.0,
|
2025-02-14 13:03:23 +13:00
|
|
|
"ty": {
|
2025-02-20 19:33:21 +13:00
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"__meta": [
|
|
|
|
{
|
|
|
|
"sourceRange": [
|
|
|
|
60,
|
|
|
|
61,
|
|
|
|
1
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"cos": {
|
|
|
|
"type": "Function",
|
|
|
|
"__meta": [
|
|
|
|
{
|
|
|
|
"sourceRange": [
|
|
|
|
1446,
|
|
|
|
1478,
|
|
|
|
2
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"sin": {
|
|
|
|
"type": "Function",
|
|
|
|
"__meta": [
|
|
|
|
{
|
|
|
|
"sourceRange": [
|
|
|
|
1844,
|
|
|
|
1876,
|
|
|
|
2
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"tan": {
|
|
|
|
"type": "Function",
|
|
|
|
"__meta": [
|
|
|
|
{
|
|
|
|
"sourceRange": [
|
|
|
|
2234,
|
|
|
|
2266,
|
|
|
|
2
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2025-02-13 11:59:57 +13:00
|
|
|
}
|
2024-11-04 20:34:22 -06:00
|
|
|
}
|