#ifndef COORDIN_H #define COORDIN_H struct polar { double distance; double angle; }; struct rect { double x; double y; }; polar rect_to_polar(rect xypolar); void show_polar(polar dapos); #endif
65,187
社区成员
250,526
社区内容
加载中
试试用AI创作助手写篇文章吧