Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「ceil」機能を委任する必要があります。私のクラスには、cpp のネイティブ メソッド 'ceil' を返す必要があるメソッド 'ceil' があります。呼び方は?
double ceil() { return ceil(); }
- これは再帰です