0.1.1 • Published 3 years ago

@jeff-tian/perceptron v0.1.1

Weekly downloads
21
License
ISC
Repository
github
Last release
3 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

3 years ago

0.1.0

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

5 years ago