Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
232
real 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
FEvalFunction
Function · 0.85
FOutputData
Function · 0.85
FOutputQuickFile
Function · 0.85
ChartInDaySearch
Function · 0.85
ChartTransitSearch
Function · 0.85
ChartHorizonRising
Function · 0.85
ComputeLunar
Function · 0.85
XChartMidpoint
Function · 0.85
DecToDeg
Function · 0.85
DegToDec
Function · 0.85
SzLocation
Function · 0.85
CastChart
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected