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