144
147
* h3 : 0.000253971
151
/* these constants are *no* IEEE float values: exponent unpacked allready
152
* first byte : exponent
153
* 2nd byte : msb of mantissa with sign as bit 7
154
* 3rd & 4th byte : mantissa
156
table_tan: DCB 3 ; no of table entries - 1 (preload value)
157
DCB 0x73, 0x05, 0x27, 0x60 ; h - first calculate denominator
158
DCB 0x79, 0x48, 0xDE, 0x92
159
DCB 0x7D, 0x6D, 0xB0, 0xCA
160
DCB 0x7F, 0x00, 0x00, 0x00
155
table_tan: DCB 3 ; no of table entries - 1 (preload value)
156
DCB 0x39, 0x85, 0x27, 0x60 ; h - first calculate denominator
157
DCB 0x3C, 0xC8, 0xDE, 0x92
158
DCB 0x3E, 0xED, 0xB0, 0xCA
159
DCB 0x3F, 0x80, 0x00, 0x00
161
160
DCB 3 ; no of table entries - 1 (preload value)
162
DCB 0x6E, 0x37, 0x00, 0xF3 ; f
163
DCB 0x76, 0x4B, 0x9F, 0xB8
164
DCB 0x7C, 0x06, 0x0C, 0x3E
165
DCB 0x7F, 0x00, 0x00, 0x00
161
DCB 0x37, 0x37, 0x00, 0xF3 ; f
162
DCB 0x3B, 0x4B, 0x9F, 0xB8
163
DCB 0x3E, 0x06, 0x0C, 0x3E
164
DCB 0x3F, 0x80, 0x00, 0x00
167
#endif /* not DOXYGEN */
166
#endif /* not __DOXYGEN__ */