6 lines
61 B
Python
6 lines
61 B
Python
|
|
import math
|
|
|
|
def process(phase):
|
|
return math.sin(phase)
|