Module:Rational: Difference between revisions
find_S_expression() initial implementation |
m \text{...} is wrapper is now added automatically |
||
Line 1,082: | Line 1,082: | ||
end | end | ||
local FJS = | local FJS = letter .. num | ||
if #otonal > 0 then | if #otonal > 0 then | ||
FJS = FJS .. '^{' .. table.concat(otonal, ',') .. '}' | FJS = FJS .. '^{' .. table.concat(otonal, ',') .. '}' |