// // _tanf_special from 0x180136ae0 to 0x180136af2 (18 bytes) // // 2 xrefs: // > tanf @ 0x1801301c9 // > tanf @ 0x1801304d9 // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // float __fastcall tanf_special(float a1) { return sincosf_special(a1, (__int64)"tanf", 32); }