mirror of
https://github.com/ejeanboris/MDAF.git
synced 2025-08-13 05:48:37 +00:00
First Prototype To Iannick
This commit is contained in:
@ -3,6 +3,9 @@ import math
|
||||
|
||||
|
||||
def main(args):
|
||||
'''
|
||||
#_# dimmensions: 2
|
||||
'''
|
||||
for x in args:
|
||||
if(x<0 | x>10): return 0
|
||||
return (math.sin(args[0]-args[1])**2*math.sin(args[0]+args[1])**2)/(math.sqrt(args[0]**2+args[1]**2))
|
||||
|
Reference in New Issue
Block a user