Skip to content

Commit 8f8ffbe

Browse files
authored
chore: minor clean-up
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 810183b commit 8f8ffbe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/dists/lognormal/quantile/benchmark/c

lib/node_modules/@stdlib/stats/base/dists/lognormal/quantile/benchmark/c/benchmark.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@
2020
#include "stdlib/constants/float64/eps.h"
2121
#include <stdlib.h>
2222
#include <stdio.h>
23+
#include <math.h>
2324
#include <time.h>
2425
#include <sys/time.h>
25-
#include <math.h>
26+
2627
#define NAME "lognormal-quantile"
2728
#define ITERATIONS 1000000
2829
#define REPEATS 3

0 commit comments

Comments
 (0)