doc: Fix markup issues in classref

This commit is contained in:
Rémi Verschelde
2021-04-07 11:52:44 +02:00
parent 6a7ee81610
commit ed44e2806f
3 changed files with 3 additions and 3 deletions

View File

@@ -1112,7 +1112,7 @@
[codeblock]
sqrt(9) # Returns 3
[/codeblock]
[b]Note:[/b]Negative values of [code]s[/code] return NaN. If you need negative inputs, use [code]System.Numerics.Complex[/code] in C#.
[b]Note:[/b] Negative values of [code]s[/code] return NaN. If you need negative inputs, use [code]System.Numerics.Complex[/code] in C#.
</description>
</method>
<method name="step_decimals">