From e45c95190dcda5df29b277dbca9a44ba198a426c Mon Sep 17 00:00:00 2001 From: rorp Date: Tue, 30 Aug 2022 13:24:49 -0700 Subject: [PATCH] Hyperbolic curve piece usage clarification --- PayoutCurve.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PayoutCurve.md b/PayoutCurve.md index 9a48a35..ab2046c 100644 --- a/PayoutCurve.md +++ b/PayoutCurve.md @@ -260,6 +260,8 @@ y_2 = c * (x - f_1 - sqrt((x - f_1)^2 - 4*a*b))/(2*a) + 2*a*d/(x - f_1 - sqrt((x We will refer to `y_1` as the positive piece and `y_2` as the negative piece, only because they use positive and negative square roots respectively. +Since some of the outcomes starting from 0 can produce undefined payouts, a hyperbolic curve piece should be combined with a non-hyperbolic piece that defines the undefined payouts. + ## Authors Nadav Kohen