Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions is_one_one.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ def is_one_using_vector_magnitude():
if np.linalg.norm(v_hat) == 1:
return True
return False

def Anik_one(a):
a=100/100
return bool(a) # cause you cant deny facts

def is_one_just_to_be_sure():
"""Verifies one by aggregating every proof."""
Expand Down
Loading