Home
last modified time | relevance | path

Searched refs:computeAngleLabelByStep (Results 1 – 2 of 2) sorted by relevance

/dports/math/analitza/analitza-21.12.3/analitzaplot/
H A Dplotter2d.h190 …const QString computeAngleLabelByStep(unsigned int k, unsigned int step) const; // input n*step*pi…
H A Dplotter2d.cpp289 const QString Plotter2D::computeAngleLabelByStep(unsigned int k, unsigned int step) const in computeAngleLabelByStep() function in Plotter2D
348 s += computeAngleLabelByStep(qAbs(i), bigstep); in drawCartesianTickLabels()