GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
GIS Library - Trim string decimal functions. More...
Go to the source code of this file.
Functions | |
void | G_trim_decimal (char *buf) |
Removes trailing zeros from decimal number. More... | |
GIS Library - Trim string decimal functions.
(C) 2001-2009 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file trim_dec.c.
void G_trim_decimal | ( | char * | buf | ) |
Removes trailing zeros from decimal number.
Example: 23.45000 would come back as 23.45
[in,out] | buf |
Definition at line 24 of file trim_dec.c.
Referenced by db_convert_value_to_string(), and Rast3d_write_cats().