mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
add format kwarg
This commit is contained in:
@@ -2,7 +2,7 @@ from .__init__ import *
|
||||
import math
|
||||
|
||||
|
||||
def angleBtwVectorsFunc(maxEltAmt=20):
|
||||
def angleBtwVectorsFunc(maxEltAmt=20, format='string'):
|
||||
s = 0
|
||||
v1 = [
|
||||
round(random.uniform(0, 1000), 2)
|
||||
|
||||
Reference in New Issue
Block a user