Commit 341c1721 by makuks

Update Homework1.c

parent a802afe9
Showing with 1 additions and 1 deletions
......@@ -32,7 +32,7 @@ double denominator;
if( denominator < 0){
printf("Function value is a complex number");
}else{
if(denominator == 0){
if(denominator == 0 || denominator == 49){
printf("Function value is not available");
}else{
denominator = sqrt( denominator) - 7;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment