Skip to content

Releases: wrathematics/float

v0.1-1

30 Nov 11:28
Compare
Choose a tag to compare

First CRAN release.

  • Added str() method.
  • Added replacer [ method.
  • Remove \dontrun{} blocks from manual.

v0.1-0

29 Nov 00:04
Compare
Choose a tag to compare

Initial release.

  • Added fl() and dbl() casters.
  • Added random constructors flrunif(), flrnorm(), and flrand().
  • Added backsolve() and forwardsolve() methods.
  • Added binary arithmetic methods.
  • Added rbind() and cbind() methods.
  • Added [ method.
  • Added c() method.
  • Added chol() and chol2inv() methods.
  • Added colSums(), rowSums(), colMeans(), and rowMeans() methods.
  • Added rcond() method.
  • Added crossprod() and tcrossprod() methods.
  • Added diag() method.
  • Added eigen() method (symmetric case only).
  • Added min(), max(), which.min(), and which.max() methods.
  • Added isSymmetric() method.
  • Added math methods.
  • Added %*% method.
  • Added is.na() and na.omit() methods.
  • Added norm() method.
  • Added qr(), qr.Q(), qr.R(), qr.qy(), and qr.qty() methods.
  • Added scale() method.
  • Added solve() method.
  • Added sum() method.
  • Added svd() and La.svd() methods.
  • Added sweep() method (+, -, *, and / only).
  • Added t() method.
  • Added float32() constructor for developers.