Change trig functions to return number with Default units (#7425)

* Change trig functions to return number with Default units

* Update docs

* Update output
This commit is contained in:
Jonathan Tran
2025-06-10 20:24:48 -04:00
committed by GitHub
parent ff15c7b9db
commit 851ea28bd3
21 changed files with 192 additions and 115 deletions

View File

@ -173,8 +173,13 @@ description: Variables in memory after executing keyboard.kcl
"type": "Number",
"value": 0.122,
"ty": {
"type": "Known",
"type": "Count"
"type": "Default",
"len": {
"type": "Inches"
},
"angle": {
"type": "Degrees"
}
}
}
]
@ -349,8 +354,13 @@ description: Variables in memory after executing keyboard.kcl
"type": "Number",
"value": 0.122,
"ty": {
"type": "Known",
"type": "Count"
"type": "Default",
"len": {
"type": "Inches"
},
"angle": {
"type": "Degrees"
}
}
}
]