MCPcopy Index your code
hub / github.com/injetlee/Python / countPm.py

File countPm.py

countPm.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# -*- coding:utf-8 -*-
2def count_pm(*args):
3 alist = list([round(i*2-8,2) for i in args]) #计算三种颗粒浓度
4 result = []

Callers

nothing calls this directly

Calls 1

count_pmFunction · 0.85

Tested by

no test coverage detected