MCPcopy Create free account
hub / github.com/Singular/Singular / getSurfCode

Method getSurfCode

Singular/LIB/surfex/OneParameter.java:227–233  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225 }
226
227 public String getSurfCode() {
228 String str = "double " + nameLabel.getText() + "=" + parLabel.getText()
229 + ";\n";
230 str += nameLabel.getText()+"="+fct.getText()+";\n";
231// System.out.println(str);
232 return (str);
233 }
234
235 public String getSurfCode(double runningValue) {
236 String str = "double " + nameLabel.getText() + "=" +runningValue

Callers 1

getSurfCode_Part1Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected