|
|
|
|
|
by SV_BubbleTime
357 days ago
|
|
> void recip(double* aₚ, double* řₚ)
> {
> for (;;)
> {
> register double Π = (aₚ)(řₚ); My first thought before I saw this was “I wonder is this going to be an article from people who build things or something from “academics” that don’t.” At least it was answered quickly. |
|