mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
util/latex.js: remove unused function
This commit is contained in:
parent
291d620972
commit
fc53fbd2a4
@ -74,14 +74,6 @@ exports.operators = {
|
||||
'or': '\\vee'
|
||||
};
|
||||
|
||||
|
||||
//create a comma separated list of function arguments
|
||||
function functionArgs(args, config, callbacks) {
|
||||
return args.map( function (arg) {
|
||||
return arg.toTex(config, callbacks);
|
||||
}).join(',');
|
||||
}
|
||||
|
||||
var defaultTemplate = '\\mathrm{%name%}\\left(%*%\\right)';
|
||||
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user