First time here? Check out the FAQ!
answered 7 years ago
It is, i think, the following function f...
f
def g(x): return abs( 2*RR( abs(x)/2 ).frac() - 1 ) def f(x): return pi * g(x/pi)
In a picture...
plot( g, -3, 3, aspect_ratio=1 ) plot( f, -3*pi, 3*pi, aspect_ratio=1 )