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 7291c46 commit 71e8965Copy full SHA for 71e8965
README.md
@@ -50,7 +50,7 @@ Then 'Quadmath_examples' will be listed in the JuliaBox home screen. The example
50
} words64;
51
} myfloat128;
52
```
53
- and calls the original function with `x.value` as actual parameter for the coorresponding formal parameter of type
+ and calls the original function with `x.value` as actual parameter for the corresponding formal parameter of type
54
`__float128`.
55
This is exactly the technique we use in
56
[quadmath_wrapper.c](https://github.com/HaraldHofstaetter/Quadmath.jl/blob/master/deps/src/quadmath_wrapper.c)
0 commit comments