Files
modeling-app/rust/kcl-lib/tests/computed_var/ops.snap
Nick Cameron 844f229b5a Remove trig functions from prelude and change their unit handling (BREAKING) (#6565)
Remove trig functions from prelude and change their unit handling

Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-04-30 12:40:11 +12:00

21 lines
354 B
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Operations executed computed_var.kcl
---
[
{
"type": "GroupBegin",
"group": {
"type": "FunctionCall",
"name": "math::cos",
"functionSourceRange": [],
"unlabeledArg": null,
"labeledArgs": {}
},
"sourceRange": []
},
{
"type": "GroupEnd"
}
]