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:
5
rust/kcl-lib/tests/coerce_from_trig_to_point/input.kcl
Normal file
5
rust/kcl-lib/tests/coerce_from_trig_to_point/input.kcl
Normal file
@ -0,0 +1,5 @@
|
||||
startSketchOn(XZ)
|
||||
|> circle(center = [
|
||||
sin(66.6deg),
|
||||
cos(66.6deg)
|
||||
], radius = 1)
|
Reference in New Issue
Block a user