SQL Server/T-SQL Tutorial/Math Functions/EXP — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 10:24, 26 мая 2010
EXP Returns a float, which is the exponential of the float value passed in as a parameter
4> SELECT EXP(4)
5> GO
------------------------
54.598150033144236
(1 rows affected)