Lines Matching refs:UNARY

93 var CONST = 0, UNARY = 1, BINARY = 2, INFIX = 3, LEFTBRACKET = 4,   variable
97 var AMsqrt = {input:"sqrt", tag:"msqrt", output:"sqrt", tex:null, ttype:UNARY},
255 {input:"f", tag:"mi", output:"f", tex:null, ttype:UNARY, func:true},
256 {input:"g", tag:"mi", output:"g", tex:null, ttype:UNARY, func:true},
261 {input:"sin", tag:"mo", output:"sin", tex:null, ttype:UNARY, func:true},
262 {input:"cos", tag:"mo", output:"cos", tex:null, ttype:UNARY, func:true},
263 {input:"tan", tag:"mo", output:"tan", tex:null, ttype:UNARY, func:true},
264 {input:"sinh", tag:"mo", output:"sinh", tex:null, ttype:UNARY, func:true},
265 {input:"cosh", tag:"mo", output:"cosh", tex:null, ttype:UNARY, func:true},
266 {input:"tanh", tag:"mo", output:"tanh", tex:null, ttype:UNARY, func:true},
267 {input:"cot", tag:"mo", output:"cot", tex:null, ttype:UNARY, func:true},
268 {input:"sec", tag:"mo", output:"sec", tex:null, ttype:UNARY, func:true},
269 {input:"csc", tag:"mo", output:"csc", tex:null, ttype:UNARY, func:true},
270 {input:"log", tag:"mo", output:"log", tex:null, ttype:UNARY, func:true},
271 {input:"ln", tag:"mo", output:"ln", tex:null, ttype:UNARY, func:true},
272 {input:"det", tag:"mo", output:"det", tex:null, ttype:UNARY, func:true},
275 {input:"gcd", tag:"mo", output:"gcd", tex:null, ttype:UNARY, func:true},
276 {input:"lcm", tag:"mo", output:"lcm", tex:null, ttype:UNARY, func:true},
296 {input:"hat", tag:"mover", output:"\u005E", tex:null, ttype:UNARY, acc:true},
297 {input:"bar", tag:"mover", output:"\u00AF", tex:"overline", ttype:UNARY, acc:true},
298 {input:"vec", tag:"mover", output:"\u2192", tex:null, ttype:UNARY, acc:true},
299 {input:"dot", tag:"mover", output:".", tex:null, ttype:UNARY, acc:true},
300 {input:"ddot", tag:"mover", output:"..", tex:null, ttype:UNARY, acc:true},
301 {input:"ul", tag:"munder", output:"\u0332", tex:"underline", ttype:UNARY, acc:true},
303 {input:"bb", tag:"mstyle", atname:"fontweight", atval:"bold", output:"bb", tex:null, ttype:UNARY},
304 …"mathbf", tag:"mstyle", atname:"fontweight", atval:"bold", output:"mathbf", tex:null, ttype:UNARY},
305 …t:"sf", tag:"mstyle", atname:"fontfamily", atval:"sans-serif", output:"sf", tex:null, ttype:UNARY},
306 …f", tag:"mstyle", atname:"fontfamily", atval:"sans-serif", output:"mathsf", tex:null, ttype:UNARY},
307 …e", atname:"mathvariant", atval:"double-struck", output:"bbb", tex:null, ttype:UNARY, codes:AMbbb},
308 … atname:"mathvariant", atval:"double-struck", output:"mathbb", tex:null, ttype:UNARY, codes:AMbbb},
309 …g:"mstyle", atname:"mathvariant", atval:"script", output:"cc", tex:null, ttype:UNARY, codes:AMcal},
310 …tyle", atname:"mathvariant", atval:"script", output:"mathcal", tex:null, ttype:UNARY, codes:AMcal},
311 …t:"tt", tag:"mstyle", atname:"fontfamily", atval:"monospace", output:"tt", tex:null, ttype:UNARY},
312 …tt", tag:"mstyle", atname:"fontfamily", atval:"monospace", output:"mathtt", tex:null, ttype:UNARY},
313 …:"mstyle", atname:"mathvariant", atval:"fraktur", output:"fr", tex:null, ttype:UNARY, codes:AMfrk},
314 …yle", atname:"mathvariant", atval:"fraktur", output:"mathfrak", tex:null, ttype:UNARY, codes:AMfrk}
437 return {input:st, tag:tagst, output:st, ttype:UNARY, func:true};
520 case UNARY: