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