--
-- float4ne/2
--
create or replace function float4ne(
  real,
  real
) returns bool as $$
float4ne$$ language plpgsql;