|
GRASS 8 Programmer's Manual 8.5.0RC1(2026)-3334b87d9c
|
#include <grass/gis.h>#include <grass/gmath.h>
Go to the source code of this file.
Functions | |
| long | G_math_max_pow2 (const long n) |
| Finds least power of 2 >= n. | |
| long | G_math_min_pow2 (const long n) |
| Finds largest power of 2 <= n. | |
| long G_math_max_pow2 | ( | const long | n | ) |
Finds least power of 2 >= n.
Finds least power of 2 >= n.
| [in] | n |
Definition at line 14 of file max_pow2.c.
| long G_math_min_pow2 | ( | const long | n | ) |
Finds largest power of 2 <= n.
Finds largest power of 2 <= n.
| [in] | n |
Definition at line 40 of file max_pow2.c.