MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / Arcsin

Method Arcsin

TSMath.cpp:387–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387float Terathon::Arcsin(float y)
388{
389 return (Arctan(y * InverseSqrt(1.0F - y * y)));
390}
391
392float Terathon::Arccos(float x)
393{

Callers

nothing calls this directly

Calls 1

InverseSqrtFunction · 0.85

Tested by

no test coverage detected