You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
220 B
13 lines
220 B
//Project 3, Question 4
|
|
|
|
// RESULT : 0.03
|
|
S=? [ error1 ]
|
|
|
|
// RESULT : 0.0292
|
|
S=? [ error2 ]
|
|
|
|
// RESULT : 0.057401
|
|
S=? [ (!error1prev & error2) | (error1prev & !error2) ]
|
|
|
|
// RESULT : 8.995E-4
|
|
S=? [ error1prev & error2 ]
|