Skip to content

Commit

Permalink
Merge pull request #220 from kitsuyui/update-mymath
Browse files Browse the repository at this point in the history
Update MyMath package
  • Loading branch information
kitsuyui authored Mar 25, 2024
2 parents 5886dd5 + 82e9271 commit a63a798
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Playground for TypeScript
- [x] Publish NPM package

- [x] `@kitsuyui/hello` ... simple hello world package
- [x] `@kitsuyui/mymath` ... simple math package
- [x] `@kitsuyu/standalone` ... make a standalone binary from TypeScript
- [x] Binary application
- [x] NPM package
Expand Down
1 change: 1 addition & 0 deletions packages/mymath/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { sigmoid } from './sigmoid'
export { logOfBase, logFnOfBase } from './log'
File renamed without changes.

0 comments on commit a63a798

Please sign in to comment.