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 8df4ad7 commit 7291c46Copy full SHA for 7291c46
README.md
@@ -36,8 +36,9 @@ Then 'Quadmath_examples' will be listed in the JuliaBox home screen. The example
36
```
37
in C.
38
39
- A remedy is to implement a wrapper function for each external function with `__float128` parameters or return values,
40
- that you want to call with `ccall`. Such a wrapper takes parameters `x` of type `myfloat128` declared as
+ As a remedy, you can implement a wrapper function for each external function with `__float128` parameters
+ or return values, that you want to call with `ccall`. Such a wrapper takes parameters `x` of type
41
+ `myfloat128` declared as
42
```c
43
typedef union
44
{
0 commit comments