This commit is contained in:
Gustav Louw 2018-05-26 11:50:25 -07:00
parent 21047e6464
commit 5e44c33207
1 changed files with 1 additions and 1 deletions

2
Tinn.c
View File

@ -5,7 +5,7 @@
#include <stdlib.h>
#include <math.h>
// Computs error.
// Computes error.
static float err(const float a, const float b)
{
return 0.5f * (a - b) * (a - b);