Replace vera++ with clang-format (#4518)
JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik robert.fancsik@h-lab.eu
This commit is contained in:
+2
-2
@@ -36,7 +36,7 @@
|
||||
* 2 1 - x 1 - x
|
||||
*
|
||||
* For x < 0.5
|
||||
* atanh(x) = 0.5 * log1p(2x + 2x * x / (1 - x))
|
||||
* atanh(x) = 0.5 * log1p(2x + 2x * x / (1 - x))
|
||||
*
|
||||
* Special cases:
|
||||
* atanh(x) is NaN if |x| > 1 with signal;
|
||||
@@ -46,7 +46,7 @@
|
||||
*/
|
||||
|
||||
#define zero 0.0
|
||||
#define one 1.0
|
||||
#define one 1.0
|
||||
#define huge 1.0e+300
|
||||
|
||||
double
|
||||
|
||||
Reference in New Issue
Block a user