Files
modeling-app/rust/kcl-lib/tests/computed_var/ops.snap
Jonathan Tran ccd5b0272d Add math functions back to the prelude (#6595)
* Add math functions back to the prelude

* Update output

* Update docs
2025-04-30 11:07:05 -04:00

21 lines
348 B
Plaintext

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