mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
Derivative of `b*pow(x, 2)` is `2*b*x`, while old version had `2*a*x`
(cherry picked from commit 5ccbf7e3cf)
============================ Nim's documenation system ============================ This folder contains Nim's documentation. The documentation is written in a format called *reStructuredText*, a markup language that reads like ASCII and can be converted to HTML automatically!