ccmath icon indicating copy to clipboard operation
ccmath copied to clipboard

Implement Exponential Module

Open Rinzii opened this issue 11 months ago • 3 comments

The exponential module currently has the following functions that need implementation or work done.

TODO:

Implement:

  • [x] exp
  • [x] exp2
  • [ ] expm1
  • [x] log
  • [ ] log1p
  • [x] log2
  • [ ] log10

Document:

  • [x] exp
  • [ ] exp2
  • [ ] expm1
  • [x] log
  • [ ] log1p
  • [x] log2
  • [ ] log10

NOTES:

None currently.

Rinzii avatar Mar 04 '24 10:03 Rinzii