Digital-Systems-Assignments/Assignment 6/abc.c
Shaquille K. Soekhlal 1f11ed2910 Half of assignment 6
2019-09-13 10:27:00 +02:00

13 lines
154 B
C

/*
* Student: S.K. Soekhlal
* Number: 4860632
* Assignment: 3.4
*/
#include<stdio.h>
#include<stdlib.h>
#include<math.h>
int discriminant(){
}