SwapnilVankudre
15th September 2015, 09:26
Hi,
Can we use the trigonometric function RADIAN and DEGREE in our Baan Coding.

Any help on same will be appreciated.

Regards,
Swapnil Vankudre.

vahdani
15th September 2015, 10:27
Hi,

yes they are all there in their glorious majesty :)
Take a look here: Mathematical operations synopsis (http://www.baanboard.com/programmers_manual_baanerp_help_functions_mathematical_operations_synopsis)

These function take radians as parameter. You have to convert degrees to radians yourself: radians = degrees * (PI /180)

benito
15th September 2015, 21:15
degrees = radians * 180/PI