Calculate slope degree from percent
-
Hello,
I want to calculate the degree of a slope with a given percent value. The mathematic formular for this is
atan(degree(%) / 100 %)
.The degree value is just provided as integer, so I can leave out the last part and just use atan(degree).
My formular in CFF looks like this
ATAN(fieldname1)
However it returns wrong values. For 36 degrees for instance, it should return 19.8 but I get 1.54? What am I doing wrong?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Calculate slope degree from percent’ is closed to new replies.