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

Function ExpSetR

express.cpp:2739–2746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2737// Set a parameter to a real value.
2738
2739flag ExpSetR(int i, real r)
2740{
2741 if (!FEnsureParVar(i+1))
2742 return fFalse;
2743 xi.rgparVar[i].fReal = fTrue;
2744 xi.rgparVar[i].r = r;
2745 return fTrue;
2746}
2747
2748
2749// Set an AstroExpression macro to a string.

Callers 15

ExpSetNumsFunction · 0.85
KiCityFunction · 0.85
ChartAspectRelationFunction · 0.85
charts2.cppFile · 0.85
ChartMidpointRelationFunction · 0.85
ChartAstroGraphRelationFunction · 0.85
DisplayArabicFunction · 0.85
DrawWheelFunction · 0.85
PrintInDaysFunction · 0.85
ChartHorizonRisingFunction · 0.85
ChartExoplanetFunction · 0.85
OrbitPlotFunction · 0.85

Calls 1

FEnsureParVarFunction · 0.85

Tested by

no test coverage detected