Command: dexp

NEST HelpDesk Command Index NEST Quick Reference

Name:
 dexp - computes an integer power of 2 and returns the result as double
Synopsis:
 integer dexp -> double 
Description:
 This is an interface to the C++ expression 
 double std::ldexp(1.0,int)
Examples:
 -5 dexp frexp -> 0.5 -4
Author:
 Diesmann
FirstVersion:
 17.5.2005
References:
 Stroustrup 3rd ed p 661 
SeeAlso:frexp ldexp modf
Source:
 /home/abuild/rpmbuild/BUILD/nest-2.4.1/sli/slimath.cc

NEST HelpDesk Command Index NEST Quick Reference

© 2000-2010 The NEST Initiative