gnuplot @ 9103f39a983f

More
author Steve Losh <steve@stevelosh.com>
date Thu, 30 Jan 2020 18:06:36 -0500
parents 11c0531d51d5
children 8da727b58a0f
set terminal qt noraise
set samples 1000

tau = 2 * pi
e = 2.71828182845905
r2 = sqrt(2.0)

min(a, b) = (a<b) ? a : b
max(a, b) = (a>b) ? a : b