Searched refs:ply (Results 1 – 1 of 1) sorted by relevance
26 double ply; in LP() local27 ply = ((2*j-1)*x*LP(j-1,x)-(j-1)*LP(j-2,x))/j; in LP()28 return ply; in LP()