Page 1 of 1

Can Accorn calculate exponents?

Posted: Tue Apr 15, 2025 9:41 am
by GDawson
Good Morning,
we are laying out guitar fingerboards and need to use an exponent to calculate the proper fret spacing, I want to use the same program with a few variables to change the scale length and number of frets with out having to draw it each time in fusion.
Thanks!

Re: Can Accorn calculate exponents?

Posted: Tue Apr 15, 2025 10:47 am
by tblough
"^" does exponentiation - see section 11.2.14 in the operator's manual.

Re: Can Accorn calculate exponents?

Posted: Tue Apr 15, 2025 10:59 am
by centroid467
According to the Mill Manual, Chapter 11.2.14 (https://www.centroidcnc.com/centroid_di ... f#page=197), you can use the caret operator ^ to write out exponential expressions.

That would take the form of

Code: Select all

 a ^ b
where a is taken to the power of b.

Re: Can Accorn calculate exponents?

Posted: Tue Apr 15, 2025 11:32 am
by cncsnw