mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
directly from float8 values. (As opposed to converting the values to strings and then parsing the strings.) The functions are: cube(float8) returns cube cube(float8,float8) returns cube cube(cube,float8) returns cube cube(cube,float8,float8) returns cube Bruno Wolff III