Circumference

 From:  Michael Gibson
2558.3 In reply to 2558.1 
Hi Burr, for the next v2 beta I've also added in a couple of helper functions for expressions to make it a bit shorter to do conversions from radians to degrees.

So in the next beta you'll be able to enter in: deg( length/radius ) for this one.

The new functions are deg() and rad() - deg() takes in a value in radians and converts it to degrees, and rad() takes in a value in degrees and converts to radians.

- Michael