Top "Quadratic" questions

Pertains to squares or squaring.

C++ + glut + OpenGL + gluSphere doesn't draw anything

I'm using GLUT to work with OpenGL (would work with SDL if I could). And I need to draw sphere. …

c++ opengl glut quadratic
Can I use '<' and '>' in match?

I am trying to do a simple quadratic function that would return number of roots and their values via an …

rust match quadratic
quadprog optimization

Here's an interesting puzzle. Below is an R snippet that identifies the tangency point of a quadratic function with respect …

r optimization linear-algebra mathematical-optimization quadratic