Skip to content

Commit cd6d39e

Browse files
committed
One last minor change to README (added using...).
1 parent e6486d4 commit cd6d39e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Basic arithmetic, integration, differentiation, evaluation, and root finding ove
2323

2424
## Usage
2525

26+
```julia
27+
julia> using Polynomials
28+
```
29+
2630
### Construction and Evaluation
2731

2832
Construct a polynomial from an array (a vector) of its coefficients, lowest order first.

0 commit comments

Comments
 (0)