MCPcopy Create free account
hub / github.com/CruiserOne/Astrolog / RSgn

Function RSgn

general.cpp:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230// and 0 if it's zero.
231
232real RSgn(real r)
233{
234 return r == 0.0 ? 0.0 : RSgn2(r);
235}
236
237
238// Given an x and y coordinate, return the angle formed by a line from the

Callers 15

FEvalFunctionFunction · 0.85
FOutputDataFunction · 0.85
FOutputQuickFileFunction · 0.85
ChartInDaySearchFunction · 0.85
ChartTransitSearchFunction · 0.85
ChartHorizonRisingFunction · 0.85
ComputeLunarFunction · 0.85
XChartMidpointFunction · 0.85
DecToDegFunction · 0.85
DegToDecFunction · 0.85
SzLocationFunction · 0.85
CastChartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected