mirror of
https://github.com/3b1b/videos.git
synced 2025-08-31 21:58:59 +00:00
Spacing issue
This commit is contained in:
parent
924d86263b
commit
9b89687972
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ DEGREES = TAU/360
|
|||
|
||||
inverse_power_law = lambda maxint,scale,cutoff,exponent: \
|
||||
(lambda r: maxint * (cutoff/(r/scale+cutoff))**exponent)
|
||||
inverse_quadratic = lambda maxint,scale,cutoff: inverse_power_law(maxint,scale,cutoff,2)
|
||||
inverse_quadratic = lambda maxint, scale, cutoff: inverse_power_law(maxint,scale,cutoff,2)
|
||||
|
||||
# A = np.array([5.,-3.,0.])
|
||||
# B = np.array([-5.,3.,0.])
|
||||
|
|
Loading…
Add table
Reference in a new issue