libpgplotxx.a (C++ interface to PGPLOT)

◆ rnd()

static float pgplot::basic_device::rnd ( const float &  x,
int *  nsub 
)
inlinestaticinherited

find smallest "round" number greater than x

Definition at line 560 of file basicdevice.h.

561  { return(cpgrnd(x, nsub)); }