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