Write a function called circle that takes a scalar input r. it needs to return an output called area that is the area of a circl
e with radius r and a second output, cf that is the circumference of the same circle. you are allowed to use the built-in function pi. in fact, you need to use it to get the value of π as accurately as possible.