lib: remove last powl()

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2017-08-04 10:58:00 -04:00
parent adbbf7f92d
commit 61b9e9d6b3
No known key found for this signature in database
GPG key ID: DAF48E0F57E0834F

View file

@ -404,7 +404,7 @@ DEFUN(show_hash_stats,
continue;
ssq = (long double)h->stats.ssq;
x2 = powl(h->count, 2.0);
x2 = h->count * h->count;
ldc = (long double)h->count;
full = h->size - h->stats.empty;
lf = h->count / (double)h->size;