
# hyperbola.txt
title = Hyperbola (half)

tMin = -1 
tMax = 1
step = 0.01

a = 3

x = a * math.cosh(t)
y = b * math.sinh(t)
