Skip to content

Commit caca93c

Browse files
Merge pull request #202 from RahulBhalley/patch-1
Removed number lines for easy clipboard copying.
2 parents bc17ae6 + c3806f2 commit caca93c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/ComplexModule/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
This module provides a `Complex` number type generic over an underlying `RealType`:
44
```swift
5-
1> import Numerics
6-
2> let z = Complex(1,1) // z = 1 + i
5+
import Numerics
6+
let z = Complex(1,1) // z = 1 + i
77
```
88
This module provides approximate feature parity and memory layout compatibility with C, Fortran, and C++ complex types (although the importer does not map the types for you, buffers may be reinterpreted to shim API defined in other languages).
99

0 commit comments

Comments
 (0)