We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bdb6f4 commit ebe542bCopy full SHA for ebe542b
1 file changed
OREData/ored/scripting/randomastgenerator.cpp
@@ -570,6 +570,20 @@ struct RandomASTGenerator {
570
}
571
current = QuantLib::ext::make_shared<VarEvaluationNode>(args);
572
break;
573
+ case 26:
574
+ createTerm();
575
+ args.push_back(current);
576
577
578
+ current = QuantLib::ext::make_shared<FunctionFractionNode>(args);
579
+ break;
580
+ case 27:
581
582
583
584
585
+ current = QuantLib::ext::make_shared<FunctionRoundNode>(args);
586
587
default:
588
QL_FAIL("internal error");
589
0 commit comments