NEST HelpDesk | Command Index | NEST Quick Reference |
ldexp - computes the product of integer power of 2 and a factorSynopsis:
double integer ldexp -> doubleExamples:
Description:
1.5 3 ldexp -> 12
12.0 frexp -> 0.75 4
12.0 frexp ldexp -> 12.0
1.0 -5 ldexp frexp -> 0.5 -4
References:
This is an interface to the C++ function
double std::ldexp(double,int)
Stroustrup 3rd ed p 661Author:
DiesmannFirstVersion:
17.5.2005SeeAlso: Source:
/opt/conda/conda-bld/nest_1510212701067/work/nest-2.14.0/sli/slimath.cc
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative