--
-- cbrt/1
--
create or replace function cbrt(
  double precision
) returns float8 as $$
dcbrt$$ language plpgsql;