You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Update cosine example to pass by value (#359)
This C library function, cos(), assumes pass by value, whereas XMLSERVICE defaults to pass-by-reference. If we don't specify "pass by value," we can get incorrect results, because we will be sending a pointer rather than a value. (Pass radian value 3.1459 to test.)
Signed-off-by: Alan Seiden <alan@alanseiden.com>
Signed-off-by: Alan Seiden <alan@alanseiden.com>
0 commit comments