Declare std::math in KCL (BREAKING) (#6588)

Declare std::math in KCL

Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
Nick Cameron
2025-04-30 15:59:19 +12:00
committed by GitHub
parent 5f31f3a6b3
commit 644c561815
86 changed files with 10967 additions and 3149 deletions

View File

@ -3,6 +3,17 @@ source: kcl-lib/src/simulation_tests.rs
description: Operations executed parametric.kcl
---
[
{
"type": "GroupBegin",
"group": {
"type": "FunctionCall",
"name": "sqrt",
"functionSourceRange": [],
"unlabeledArg": null,
"labeledArgs": {}
},
"sourceRange": []
},
{
"labeledArgs": {
"planeOrSolid": {
@ -49,5 +60,8 @@ description: Operations executed parametric.kcl
},
"sourceRange": []
}
},
{
"type": "GroupEnd"
}
]