9 lines
179 B
Mathematica
9 lines
179 B
Mathematica
|
|
@interface Demo : NSObject {
|
||
|
|
// Omitted ...
|
||
|
|
}
|
||
|
|
|
||
|
|
- (double) hypotenuseOfX: (double)x andY: (double)y;
|
||
|
|
- (double) hypotenuseOfX: (double)x andY: (double)y andZ: (double)z;
|
||
|
|
|
||
|
|
@end
|