Home
last modified time | relevance | path

Searched refs:RealExponentEquation (Results 1 – 4 of 4) sorted by relevance

/dports/devel/upp/upp/uppsrc/ScatterDraw/src.tpp/
H A DRealExponentEquation_en-us.tpp1 topic "2.1.6 RealExponentEquation";
13 [ {{10000@3 [s0; [*@(229)4 RealExponentEquation]]}}&]
15 [s1;:Upp`:`:RealExponentEquation`:`:class:%- [@(0.0.255) class]_[* RealExponentEquation]_
24 [s5;:Upp`:`:RealExponentEquation`:`:RealExponentEquation`(double`,double`):%- [* RealEx
H A DRealExponentEquation_en-us.tppi1 TITLE("2.1.6 RealExponentEquation")
/dports/devel/upp/upp/uppsrc/ScatterDraw/
H A DEquation.h281 class RealExponentEquation : public ExplicitEquation {
283 RealExponentEquation() {SetCoeff(1, 1);} in RealExponentEquation() function
284 RealExponentEquation(double a, double b) {SetCoeff(a, b);} in RealExponentEquation() function
H A DEquation.cpp681 ExplicitEquation::Register<RealExponentEquation>("RealExponentEquation");