precison -> precision

This commit is contained in:
qndel
2024-09-18 08:32:36 +02:00
parent bd7cb35adc
commit 177ebb0280

View File

@@ -48,7 +48,7 @@
* 64-bit precision 2
* 113-bit precision 3
* The actual value is the sum of them. Thus for 113-bit
* precison, one may have to do something like:
* precision, one may have to do something like:
*
* long double t,w,r_head, r_tail;
* t = (long double)y[2] + (long double)y[1];