5 lines
65 B
Python
5 lines
65 B
Python
![]() |
import numpy as np
|
||
|
|
||
|
def my_foo(value):
|
||
|
return np.sqrt(value)
|