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

\tcode{min} vs. $\min$ #2385

Closed
CaseyCarter opened this issue Nov 7, 2018 · 1 comment
Closed

\tcode{min} vs. $\min$ #2385

CaseyCarter opened this issue Nov 7, 2018 · 1 comment
Assignees

Comments

@CaseyCarter
Copy link
Contributor

The algorithm specifications - and potentially the rest of the library - use both forms for min and max. For example, \complexity At most \tcode{min(last1 - first1, last2 - first2)} applications... ([mismatch]) and \complexity ... \bigoh{\min(\tcode{last1 - first1}, \tcode{last2 - first2})} applications... ([alg.equal]). To me, it seems we should be using the "mathematical function" form for all cases that aren't actual code.

@jensmaurer
Copy link
Member

Agreed.

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