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