0.1.1 • Published 4 years ago

@jeff-tian/perceptron v0.1.1

Weekly downloads
21
License
ISC
Repository
github
Last release
4 years ago

@jeff-tian/perceptron

感知器。如果不允许使用 &&, || 等逻辑运算,程序该怎么写?

npm download NPM version Build Status Dependencies Status Coverage Status code style: prettier

安装

npm install @jeff-tian/perceptron

使用

import Perceptron from '@jeff-tian/perceptron'
assert(Perceptron.not(true) === false)

开发

  1. 修改代码后跑

    npm test

    确保测试通过。

  2. git commit

  3. npm version patch/minor/major
  4. npm publish
0.1.1

4 years ago

0.1.0

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

6 years ago