Changeset 3103 for inundation/utilities
- Timestamp:
- Jun 6, 2006, 3:49:35 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/utilities/numerical_tools.py
r2976 r3103 77 77 78 78 def normal_vector(v): 79 """Normal vector to v 79 """Normal vector to v. 80 81 Returns vector 90 degrees counter clockwise to and of same length as v 80 82 """ 81 83 … … 117 119 n = None: Max norm 118 120 119 If denominator evaluates to zero or if y is omitted, 121 If denominator evaluates to zero or 122 if y is omitted or 123 if keyword relative is False, 120 124 absolute error is returned 121 125 """
Note: See TracChangeset
for help on using the changeset viewer.