]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sqrtinset.C
oh well
[lyx.git] / src / mathed / math_sqrtinset.C
index ccece1e1190e8557a8f3504fda18aa6ca3fd129e..3470a41d06241ae3110f1d8d3e3b411cd21a0203 100644 (file)
@@ -80,6 +80,12 @@ void MathSqrtInset::maplize(MapleStream & os) const
 }
 
 
+void MathSqrtInset::octavize(OctaveStream & os) const
+{
+       os << "sqrt(" << cell(0) << ')';
+}
+
+
 void MathSqrtInset::mathmlize(MathMLStream & os) const
 {
        os << MTag("msqrt") << cell(0) << ETag("msqrt");