Searched defs:cbrt (Results 1 - 2 of 2) sorted by relevance

/inkscape/share/extensions/
H A Drender_alphabetsoup.py121 def cbrt(x): function
136 y1 = 2 * cbrt(r) * math.cos(w / 3.0)
138 y1 = cbrt(u) + cbrt(v)
/inkscape/src/trace/
H A Dsiox.cpp71 double CieLab::cbrt(double x) function in class:org::siox::CieLab
162 vx = (float) cbrt(vx);
168 vy = (float) cbrt(vy);
174 vz = (float) cbrt(vz);

Completed in 590 milliseconds