add DEGREES() function that converts radian to degree.
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user