Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 382 Bytes

File metadata and controls

9 lines (5 loc) · 382 Bytes

PL/SQL (complex numbers)

This repository contains a PL/SQL project about complex number operations(addition, subtraction, division, multiplication).

  • specification.sql: Create the object of a complex number and declare the methods.
  • body.sql: The body of each method is written in this file.
  • main.sql: Test the code with random numbers by calling the methods.