We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816a44e commit 7f37853Copy full SHA for 7f37853
1 file changed
README.md
@@ -98,7 +98,7 @@ compare it to the built-in Julia `sin`:
98
99
using PyCall
100
math = pyimport("math")
101
- math.sin(math.pi / 4) - sin(pi / 4) # returns 0.0
+ math.sin(math.pi / 4) # returns ≈ 1/√2 = 0.70710678...
102
103
Type conversions are automatically performed for numeric, boolean,
104
string, IO stream, date/period, and function types, along with tuples,
0 commit comments