We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea0b1d commit 5665f85Copy full SHA for 5665f85
peps/pep-0812.rst
@@ -582,7 +582,8 @@ Footnotes
582
type and kind type parameter of the result before the operation is
583
performed.
584
585
- Though, it's not specified now exactly operations are implemented:
+
586
+ Though, it's not specified now exactly operations are implemented:
587
588
Quite apart from the fact of the exclusion, the Fortran standard
589
itself contains no specification or requirement on the algorithm
@@ -649,7 +650,7 @@ Footnotes
649
650
p3 = y*v
651
return complex(p2 - p3, p1 - p2 - p3)
652
- Other variants include using a fused multiply add (FMA) instruction.
653
+ Other variants include using a fused multiply add (FMA) instruction.
654
655
656
Copyright
0 commit comments