NFun
NFun copied to clipboard
Local variables
f(x) =
m = x*2
m+x -1
sf(a,b,c) =
d = b**2 -4a*c
return
if(d>0)
(-b+ 2*a, -b- 2*a)
else none