News

Use the ParametricGraph class to create a parametric graph. It requires two functions that takes a single number as input and returns a number. new ParametricGraph ( "t+1,t^2" , t => t + 1 , t => Math ...