13 lines
154 B
C
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(){
|
||
|
|
||
|
}
|