XLPack 7.0
XLPack Numerical Library (Excel VBA) Reference Manual
Loading...
Searching...
No Matches

◆ Exp2()

Function Exp2 ( X As  Double,
Optional Info As  Long 
)

2x (base-2 exponent of x)

Purpose
Computes the base-2 exponent of x.
Returns
Double
2^x.
Parameters
[in]XArgument x.
[out]Info(Optional)
= 0: Successful exit.
= 1: Floating point range error.