mirror of
https://github.com/glouw/tinn
synced 2024-11-21 22:11:21 +03:00
spelling
This commit is contained in:
parent
21047e6464
commit
5e44c33207
2
Tinn.c
2
Tinn.c
@ -5,7 +5,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
// Computs error.
|
// Computes error.
|
||||||
static float err(const float a, const float b)
|
static float err(const float a, const float b)
|
||||||
{
|
{
|
||||||
return 0.5f * (a - b) * (a - b);
|
return 0.5f * (a - b) * (a - b);
|
||||||
|
Loading…
Reference in New Issue
Block a user