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

Operator precedence .* and ./ are wrong in manual #27

Closed
VMatthijs opened this issue Jan 24, 2019 · 2 comments
Closed

Operator precedence .* and ./ are wrong in manual #27

VMatthijs opened this issue Jan 24, 2019 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@VMatthijs
Copy link
Member

Summary:

The manual says that .* and ./ bind more tightly than * and /. However, based on my experiments, Stan currently implements .* and ./ as having the same precedence as * and /.

Description:

We need to update the manual to list the precedence of ./ and .* to be the same as * and / (so less tight binding than \ ).

Additional Information:

Provide any additional information here.

Current Version:

v2.18.0

@VMatthijs VMatthijs added the bug Something isn't working label Jan 24, 2019
@bob-carpenter
Copy link
Contributor

Thanks for reporting. If you don't want these to get lost, they need to have the next release as a milestone. That's how we sort before releases to make sure all the little stuff gets done.

@mitzimorris mitzimorris added this to the 2.18.++ milestone Jan 25, 2019
bob-carpenter pushed a commit that referenced this issue Jul 10, 2019
Fix operator precedence in reference manual (#27)
@mcol
Copy link
Contributor

mcol commented Aug 9, 2019

This can be closed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants