Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exercise 3.1 - missing what is d #18

Closed
mesykkor opened this issue Aug 19, 2024 · 1 comment
Closed

Exercise 3.1 - missing what is d #18

mesykkor opened this issue Aug 19, 2024 · 1 comment

Comments

@mesykkor
Copy link

In Excercise 3.1 there are defined a,b,c as numeric vector. Actually there is used d in the 3rd expression: a>b & a<c | a<c & a>d. A nano detail, but for someone used to math books immediately visible...

Thanks for your book and other stuff on your pages & Have a nice day,

Mojmir

@gagolews
Copy link
Owner

Thanks for spotting this!

I've made a typo, the above should read: a>b & a<c | a<c & a>b.

The fix is on the way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants