plot3d(cos((x**2 + y**2)), (x, -3, 3), (y, -3, 3))
# Expected:
## Plot object containing:
## [0]: cartesian surface: cos(x**2 + y**2) for x over (-3.0, 3.0) and y over (-3.0, 3.0)
