M
Mike Samyn
I hate to ask here but I'm hoping someone may know the answer.
In Access and Excel I had a function that would calculate something like this:
10^(-2.1152252) = 0.007669636 in Access 2000
10**(-2.1152252) = 0.007669636 in Excel
or
POWER(10,-2.1152252) = 0.007669636 also in Excel
In SQL Server User defined functions I can't seem to use ^ or ** and so I
attempted to use the POWER function like in Excel but it returns ZERO for the
same numbers.
Is this a bug or am I missing something? I've defined my input and outputs
as floats and reals with no change either way.
Thanks
Mike
In Access and Excel I had a function that would calculate something like this:
10^(-2.1152252) = 0.007669636 in Access 2000
10**(-2.1152252) = 0.007669636 in Excel
or
POWER(10,-2.1152252) = 0.007669636 also in Excel
In SQL Server User defined functions I can't seem to use ^ or ** and so I
attempted to use the POWER function like in Excel but it returns ZERO for the
same numbers.
Is this a bug or am I missing something? I've defined my input and outputs
as floats and reals with no change either way.
Thanks
Mike