Σημείωση
Η πρόσβαση σε αυτή τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να συνδεθείτε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτή τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
✅ Azure Stream Analytics ✅ Fabric Eventstream
A mathematical function that returns the exponential value of the specified float expression.
Syntax
EXP (float_expression)
Argument
float_expression
Is an expression of type float or of a type that can be implicitly converted to float.
Return Type
float
Example
SELECT EXP(input.x) AS "The EXP of the variable x"
FROM input