修改江西测试问题
This commit is contained in:
@@ -54,6 +54,8 @@ export const yMethod = (arr: any) => {
|
||||
let min = 0
|
||||
maxValue = Math.max(...numList)
|
||||
minValue = Math.min(...numList)
|
||||
console.log("🚀 ~ yMethod ~ maxValue:", maxValue,minValue)
|
||||
|
||||
const o=maxValue-minValue
|
||||
min = calculateValue( o,minValue, num, true)
|
||||
max = calculateValue(o,maxValue, num, false)
|
||||
|
||||
Reference in New Issue
Block a user