Question: Write a VBA user defined function named deg2rad that converts degress to radians. The function should work as follows: radians= deg2rad(45) The above example should
Write a VBA user defined function named deg2rad that converts degress to radians. The function should work as follows:
radians= deg2rad(45)
The above example should assign radians to an approximation to pi/4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
