Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ tan
Function
tan
include/std/math.h:73–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
extern inline float sinf(float x) { return ::sin(x); }
72
extern inline float tanf(float x) { return ::tan(x); }
73
extern inline float tan(float x) { return tanf(x); }
74
#endif
75
#ifdef __cplusplus
76
}
Callers
1
tanf
Function · 0.70
Calls
1
tanf
Function · 0.85
Tested by
no test coverage detected