MobilityDB 1.3
Loading...
Searching...
No Matches

◆ Float_round()

Datum Float_round ( PG_FUNCTION_ARGS  )

Return a float with the precision of the values set to a number of decimal places @sqlfn round()

Note
This solves the issue in PostgreSQL that we need to convert to a numeric in order to apply the round function.