A Problem in Logic (42)

3 Name: #!/usr/bin/anonymous : 2008-05-04 13:29 ID:Heaven

>>2
tD() returns TRUE if the 3 integers are equal and FALSE if they are unequal.

bool fE(a, b, c, d) =
tD(a, b, c) == tD(a, b, d) == TRUE
This thread has been closed. You cannot post in this thread any longer.