cbrt(dp) cube root : cbrt « Math Functions « PostgreSQL






cbrt(dp) cube root


postgres=#
postgres=# -- cbrt(dp) cube root
postgres=#
postgres=# select cbrt(27.0);
 cbrt
------
    3
(1 row)

postgres=#
postgres=#
           
       








Related examples in the same category

1.cbrt(x): Returns the cube root of x