add DEGREES() function that converts radian to degree.

This commit is contained in:
Monk-Liu
2021-10-13 20:00:57 +08:00
committed by wangzelin.wzl
parent 614d2970e8
commit 75c14d5c88
9 changed files with 180 additions and 5 deletions

View File

@ -426,6 +426,7 @@ typedef enum ObItemType {
T_FUN_SYS_QUARTER = 711,
T_FUN_SYS_BIT_LENGTH = 712,
T_FUN_SYS_PI = 713,
T_FUN_SYS_DEGREES = 715,
T_FUN_SYS_EXPORT_SET = 721,
T_FUN_SYS_INET6NTOA = 722,