4 lines
67 B
Julia
4 lines
67 B
Julia
|
|
using PyCall
|
||
|
|
@pyimport math
|
||
|
|
@show math.cos(1) # 0.5403023058681398
|