Compare commits
	
		
			2 Commits
		
	
	
		
			16efeef8e1
			...
			82228b3704
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 82228b3704 | |||
| de97600b7a | 
@@ -372,11 +372,10 @@ def pd_gt(x, l):
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def man():
 | 
			
		||||
	seperator = "-" * 20
 | 
			
		||||
	"""
 | 
			
		||||
	Prints the manual for the module.
 | 
			
		||||
	Formatted this way to fit in memory on the calculator.
 | 
			
		||||
	"""
 | 
			
		||||
	seperator = "-" * 20
 | 
			
		||||
	print("This module contains functions for computing the total probability of events.")
 | 
			
		||||
	print("The functions are:")
 | 
			
		||||
	print(seperator)
 | 
			
		||||
 
 | 
			
		||||
@@ -39,7 +39,7 @@ def man():
 | 
			
		||||
	"""
 | 
			
		||||
	print("This module contains functions for computing the total probability of events.")
 | 
			
		||||
	print("The functions are:")
 | 
			
		||||
	print("i(A, B) - The intersection of A and B")
 | 
			
		||||
	print("u(A, B) - The union of A and B")
 | 
			
		||||
	print("g(A, B) - The conditional probability of A given B")
 | 
			
		||||
	print("n(A) - The negation of A")
 | 
			
		||||
	print("i(A, B)")
 | 
			
		||||
	print("u(A, B)")
 | 
			
		||||
	print("g(A, B)")
 | 
			
		||||
	print("n(A)")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user