Undocumented functions [DOCUMENTATION]
nuggreat opened this issue · 0 comments
nuggreat commented
The functions BUILDLIST() and ANGLEDDIFF() are undocumented.
The function BUILDLIST()
should be added to this page as it is an alternate method to the LIST x IN y
pattern for getting various lists.
The function ANGLEDIFF()
should be added to this page as it is a function to get the angle difference between signed angles. The example being for the two angles 175 and -175 there is a 10 degree difference which is what the function will return. Also the order does matter as the result will be signed given ANGLEDIFF(175,-175)
the result is 10 but ANGLEDIF(-175,175)
will result in -10.