mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 18:58:27 +08:00
Change commenting style to agree with coding standard
This commit is contained in:
+10
-10
@@ -43,16 +43,16 @@
|
||||
|
||||
static double _dbl_inv_fact[] =
|
||||
{
|
||||
1.0 / 1.0, // 1 / 1!
|
||||
1.0 / 6.0, // 1 / 3!
|
||||
1.0 / 120.0, // 1 / 5!
|
||||
1.0 / 5040.0, // 1 / 7!
|
||||
1.0 / 362880.0, // 1 / 9!
|
||||
1.0 / 39916800.0, // 1 / 11!
|
||||
1.0 / 6227020800.0, // 1 / 13!
|
||||
1.0 / 1307674368000.0, // 1 / 15!
|
||||
1.0 / 355687428096000.0, // 1 / 17!
|
||||
1.0 / 121645100408832000.0, // 1 / 19!
|
||||
1.0 / 1.0, /* 1 / 1! */
|
||||
1.0 / 6.0, /* 1 / 3! */
|
||||
1.0 / 120.0, /* 1 / 5! */
|
||||
1.0 / 5040.0, /* 1 / 7! */
|
||||
1.0 / 362880.0, /* 1 / 9! */
|
||||
1.0 / 39916800.0, /* 1 / 11! */
|
||||
1.0 / 6227020800.0, /* 1 / 13! */
|
||||
1.0 / 1307674368000.0, /* 1 / 15! */
|
||||
1.0 / 355687428096000.0, /* 1 / 17! */
|
||||
1.0 / 121645100408832000.0, /* 1 / 19! */
|
||||
};
|
||||
|
||||
/************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user