mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
added latex unavailable message and scripts folder
This commit is contained in:
@@ -11,6 +11,8 @@ def degreeToRadFunc(max_deg=360, format='string'):
|
||||
problem = "Angle " + str(a) + " in radians is = "
|
||||
solution = str(b)
|
||||
return problem, solution
|
||||
elif format == 'latex':
|
||||
return "Latex unavailable"
|
||||
else:
|
||||
return a, b
|
||||
|
||||
|
||||
Reference in New Issue
Block a user