EricDarve / numerical_linear_algebra

Julia code for the book Numerical Linear Algebra
110 stars 40 forks source link

"bits" vs "bitstring", page 82 #216

Closed dlahana closed 3 years ago

dlahana commented 3 years ago

The CR says at the bottom of page 82:

"The Julia function bits ..."

which I think should say:

"The Julia function bitstring ..."

It looks like the function bits() was deprecated in favor of bitstring(), and this is reflected in the code written just below that text

EricDarve commented 3 years ago

Good catch. Thank you.