summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/libdimension/polynomial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libdimension/polynomial.c b/tests/libdimension/polynomial.c
index 230a1a7..8c6b4da 100644
--- a/tests/libdimension/polynomial.c
+++ b/tests/libdimension/polynomial.c
@@ -29,7 +29,7 @@ int
main()
{
double poly[6], x[5];
- // poly[] = (x + 1)*(x - 1.2345)*(x - 2.3456)*(x - 5)*(x - 100)
+ /* poly[] = (x + 1)*(x - 1.2345)*(x - 2.3456)*(x - 5)*(x - 100) */
poly[5] = 1.0;
poly[4] = -107.5801;
poly[3] = 770.2260432;