Home
last modified time | relevance | path

Searched refs:LispInFix (Results 1 – 3 of 3) sorted by relevance

/dports/math/yacas/yacas-1.9.1/cyacas/libyacas/include/yacas/
H A Dcorefunctions.h113 CORE_KERNEL_FUNCTION("Infix",LispInFix,2,YacasEvaluator::Function | YacasEvaluator::Fixed)
/dports/math/yacas/yacas-1.9.1/cyacas/libyacas/src/
H A Dmathcommands.cpp670 void LispInFix(LispEnvironment& aEnvironment, int aStackTop) in LispInFix() function
/dports/math/yacas/yacas-1.9.1/jyacas/net/sf/yacas/
H A DMathCommands.java184 new YacasEvaluator(new LispInFix(),2, YacasEvaluator.Fixed|YacasEvaluator.Function)); in AddCommands()
1847 class LispInFix extends YacasEvalCaller class in MathCommands