Rev 731 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 731 | Rev 734 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | #ifndef __SUB_H__ |
29 | #ifndef __SUB_H__ |
30 | #define __SUB_H__ |
30 | #define __SUB_H__ |
31 | 31 | ||
32 | float32 subFloat32(float32 a, float32 b); |
32 | float32 subFloat32(float32 a, float32 b); |
33 | 33 | ||
- | 34 | float64 subFloat64(float64 a, float64 b); |
|
- | 35 | ||
34 | #endif |
36 | #endif |
35 | 37 |