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