The returned value between and asin returns the arc sine
|
|
---|
Translates character data to either the database character set (CHAR_CS) or the national character set (NCHAR_CS).
The output datatype will be either
VARCHAR2 or NVARCHAR2, depending on whether you are converting to the database or the national character set, respectively.
|
|
---|---|
ABS(n) ACOS(n) |
Built-in Functions and Packages | | | 93 |
---|
|
|
---|---|
BIN_TO_NUM(b1, Converts the bit vector represented by b1 through bn into a b2,...bn) number. Each of b1 through bn must evaluate to either 0 or 1.
BITAND(n, m) Performs a logical AND between n and m.
FLOOR(n) Returns the largest integer that is less than or equal to n.
GREATEST(n1, Returns the highest ordinal element from a list of input n2,...n3) numbers.
94 | | |
---|