shiavm006 opened a new issue, #707:
URL: https://github.com/apache/mahout/issues/707
### Description
The Hadamard gate section uses plain text formatting for mathematical
expressions, while all other gates in the document use proper LaTeX math blocks
(`\[ ... \]`). This creates an inconsistency that makes the documentation look
unprofessional and breaks the formatting standard used throughout the rest of
the document.
### Location
File: `mahout/docs/basic_gates.md`
Lines: 11-12 (Hadamard Gate section)
### Suggested Improvement
Convert the plain text formula to LaTeX math blocks using `\[ ... \]` we
should Use proper LaTeX fractions (`\frac{}{}`) instead of division signs.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]