MCPcopy Create free account
hub / github.com/CytopiaTeam/Cytopia / powf

Function powf

external/as_add_on/scriptmath/scriptmath.cpp:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18inline float atan2f (float y, float x) { return std::atan2 (y, x); }
19inline float logf (float arg) { return std::log (arg); }
20inline float powf (float x, float y) { return std::pow (x, y); }
21inline float sqrtf (float arg) { return std::sqrt (arg); }
22#endif
23

Callers 1

powf_genericFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected