We haven’t seen the worst of what gambling and prediction markets will do

·

We haven't seen the worst of what gambling and prediction markets will do

const expYes = Math.exp(qYes / this.b);

const expNo = Math.exp(qNo / this.b);

return this.b * Math.log(expYes + expNo);

}

/**

* 특정 주식을 구매할 때 지불해야 하는 비용 계산

* @param {string} outcome – ‘yes’ 또는 ‘no’

* @param {number} amount – 구매할 주


다른 포스트

© 2026 GGBroky

About