Floating point square root symbol











up vote
6
down vote

favorite
1












For my numerical analysis class, we use a certain symbol to represent the floating point square root operation (similar to using ominus for floating point subtraction, oplus for floating point addition, etc.). In order to render this in a LaTeX document, I'd need to somehow draw a similarly-sized circle over the "v" part of the square root symbol, but I'm not too familiar with tikz and don't really know how to start working on this.



The most important aspect is making sure the circle has the same size as the one for the oxxxx symbols. How would I go about making this? (And potentially, is there a better, more standard way to denote this operation?)



Picture



This is the best drawing I could make of what I'm looking for



Edit



Added a picture to make what I'm asking for a tiny bit clearer.










share|improve this question
























  • First, look at the Comprehensive LaTeX Symbol List (ctan.org/pkg/comprehensive?lang=en). Could you scan and post an image as part of your question?
    – John Kormylo
    2 hours ago












  • The symbol is not in the Symbol List sadly, I already checked before posting, hence the softer part of my question asking about the more standard notation for this.
    – Peiffap
    2 hours ago










  • do you need it to work like sqrt growing in size and with an extending bar while still having the circle, or simpler case of just needing a fixed
    – David Carlisle
    2 hours ago










  • @DavidCarlisle Ideally, it would work like sqrt, while having the circle grow in a way similar to how the circle gets bigger when going from oplus to bigoplus. The last part, about the circle growing, is purely aesthetic (but would still be greatly appreciated), the bar growing is a requirement.
    – Peiffap
    2 hours ago






  • 1




    If you really want a “custom” root sign that behaves exactly as the original, that is, that grows automatically with the size of the subformula it covers, I think that, all things considered, the simplest solution is to use a virtual font. I haven’t got time to write an answer now, but I can suggest this example of a similar problem which I solved by means of this technique; that answer contain further links that you might find useful.
    – GuM
    1 hour ago

















up vote
6
down vote

favorite
1












For my numerical analysis class, we use a certain symbol to represent the floating point square root operation (similar to using ominus for floating point subtraction, oplus for floating point addition, etc.). In order to render this in a LaTeX document, I'd need to somehow draw a similarly-sized circle over the "v" part of the square root symbol, but I'm not too familiar with tikz and don't really know how to start working on this.



The most important aspect is making sure the circle has the same size as the one for the oxxxx symbols. How would I go about making this? (And potentially, is there a better, more standard way to denote this operation?)



Picture



This is the best drawing I could make of what I'm looking for



Edit



Added a picture to make what I'm asking for a tiny bit clearer.










share|improve this question
























  • First, look at the Comprehensive LaTeX Symbol List (ctan.org/pkg/comprehensive?lang=en). Could you scan and post an image as part of your question?
    – John Kormylo
    2 hours ago












  • The symbol is not in the Symbol List sadly, I already checked before posting, hence the softer part of my question asking about the more standard notation for this.
    – Peiffap
    2 hours ago










  • do you need it to work like sqrt growing in size and with an extending bar while still having the circle, or simpler case of just needing a fixed
    – David Carlisle
    2 hours ago










  • @DavidCarlisle Ideally, it would work like sqrt, while having the circle grow in a way similar to how the circle gets bigger when going from oplus to bigoplus. The last part, about the circle growing, is purely aesthetic (but would still be greatly appreciated), the bar growing is a requirement.
    – Peiffap
    2 hours ago






  • 1




    If you really want a “custom” root sign that behaves exactly as the original, that is, that grows automatically with the size of the subformula it covers, I think that, all things considered, the simplest solution is to use a virtual font. I haven’t got time to write an answer now, but I can suggest this example of a similar problem which I solved by means of this technique; that answer contain further links that you might find useful.
    – GuM
    1 hour ago















up vote
6
down vote

favorite
1









up vote
6
down vote

favorite
1






1





For my numerical analysis class, we use a certain symbol to represent the floating point square root operation (similar to using ominus for floating point subtraction, oplus for floating point addition, etc.). In order to render this in a LaTeX document, I'd need to somehow draw a similarly-sized circle over the "v" part of the square root symbol, but I'm not too familiar with tikz and don't really know how to start working on this.



The most important aspect is making sure the circle has the same size as the one for the oxxxx symbols. How would I go about making this? (And potentially, is there a better, more standard way to denote this operation?)



Picture



This is the best drawing I could make of what I'm looking for



Edit



Added a picture to make what I'm asking for a tiny bit clearer.










share|improve this question















For my numerical analysis class, we use a certain symbol to represent the floating point square root operation (similar to using ominus for floating point subtraction, oplus for floating point addition, etc.). In order to render this in a LaTeX document, I'd need to somehow draw a similarly-sized circle over the "v" part of the square root symbol, but I'm not too familiar with tikz and don't really know how to start working on this.



The most important aspect is making sure the circle has the same size as the one for the oxxxx symbols. How would I go about making this? (And potentially, is there a better, more standard way to denote this operation?)



Picture



This is the best drawing I could make of what I'm looking for



Edit



Added a picture to make what I'm asking for a tiny bit clearer.







tikz-pgf math-mode macros






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 hours ago

























asked 3 hours ago









Peiffap

315




315












  • First, look at the Comprehensive LaTeX Symbol List (ctan.org/pkg/comprehensive?lang=en). Could you scan and post an image as part of your question?
    – John Kormylo
    2 hours ago












  • The symbol is not in the Symbol List sadly, I already checked before posting, hence the softer part of my question asking about the more standard notation for this.
    – Peiffap
    2 hours ago










  • do you need it to work like sqrt growing in size and with an extending bar while still having the circle, or simpler case of just needing a fixed
    – David Carlisle
    2 hours ago










  • @DavidCarlisle Ideally, it would work like sqrt, while having the circle grow in a way similar to how the circle gets bigger when going from oplus to bigoplus. The last part, about the circle growing, is purely aesthetic (but would still be greatly appreciated), the bar growing is a requirement.
    – Peiffap
    2 hours ago






  • 1




    If you really want a “custom” root sign that behaves exactly as the original, that is, that grows automatically with the size of the subformula it covers, I think that, all things considered, the simplest solution is to use a virtual font. I haven’t got time to write an answer now, but I can suggest this example of a similar problem which I solved by means of this technique; that answer contain further links that you might find useful.
    – GuM
    1 hour ago




















  • First, look at the Comprehensive LaTeX Symbol List (ctan.org/pkg/comprehensive?lang=en). Could you scan and post an image as part of your question?
    – John Kormylo
    2 hours ago












  • The symbol is not in the Symbol List sadly, I already checked before posting, hence the softer part of my question asking about the more standard notation for this.
    – Peiffap
    2 hours ago










  • do you need it to work like sqrt growing in size and with an extending bar while still having the circle, or simpler case of just needing a fixed
    – David Carlisle
    2 hours ago










  • @DavidCarlisle Ideally, it would work like sqrt, while having the circle grow in a way similar to how the circle gets bigger when going from oplus to bigoplus. The last part, about the circle growing, is purely aesthetic (but would still be greatly appreciated), the bar growing is a requirement.
    – Peiffap
    2 hours ago






  • 1




    If you really want a “custom” root sign that behaves exactly as the original, that is, that grows automatically with the size of the subformula it covers, I think that, all things considered, the simplest solution is to use a virtual font. I haven’t got time to write an answer now, but I can suggest this example of a similar problem which I solved by means of this technique; that answer contain further links that you might find useful.
    – GuM
    1 hour ago


















First, look at the Comprehensive LaTeX Symbol List (ctan.org/pkg/comprehensive?lang=en). Could you scan and post an image as part of your question?
– John Kormylo
2 hours ago






First, look at the Comprehensive LaTeX Symbol List (ctan.org/pkg/comprehensive?lang=en). Could you scan and post an image as part of your question?
– John Kormylo
2 hours ago














The symbol is not in the Symbol List sadly, I already checked before posting, hence the softer part of my question asking about the more standard notation for this.
– Peiffap
2 hours ago




The symbol is not in the Symbol List sadly, I already checked before posting, hence the softer part of my question asking about the more standard notation for this.
– Peiffap
2 hours ago












do you need it to work like sqrt growing in size and with an extending bar while still having the circle, or simpler case of just needing a fixed
– David Carlisle
2 hours ago




do you need it to work like sqrt growing in size and with an extending bar while still having the circle, or simpler case of just needing a fixed
– David Carlisle
2 hours ago












@DavidCarlisle Ideally, it would work like sqrt, while having the circle grow in a way similar to how the circle gets bigger when going from oplus to bigoplus. The last part, about the circle growing, is purely aesthetic (but would still be greatly appreciated), the bar growing is a requirement.
– Peiffap
2 hours ago




@DavidCarlisle Ideally, it would work like sqrt, while having the circle grow in a way similar to how the circle gets bigger when going from oplus to bigoplus. The last part, about the circle growing, is purely aesthetic (but would still be greatly appreciated), the bar growing is a requirement.
– Peiffap
2 hours ago




1




1




If you really want a “custom” root sign that behaves exactly as the original, that is, that grows automatically with the size of the subformula it covers, I think that, all things considered, the simplest solution is to use a virtual font. I haven’t got time to write an answer now, but I can suggest this example of a similar problem which I solved by means of this technique; that answer contain further links that you might find useful.
– GuM
1 hour ago






If you really want a “custom” root sign that behaves exactly as the original, that is, that grows automatically with the size of the subformula it covers, I think that, all things considered, the simplest solution is to use a virtual font. I haven’t got time to write an answer now, but I can suggest this example of a similar problem which I solved by means of this technique; that answer contain further links that you might find useful.
– GuM
1 hour ago












2 Answers
2






active

oldest

votes

















up vote
6
down vote













I can offer this one, but don't try it with big arguments to the square root such as fractions.



documentclass{article}
usepackage{amsmath}
usepackage{graphicx}

newcommand{fpsqrt}[1]{%
sqrt[leftroot{-5}uproot{-7}scalebox{0.7}{$bigcirc$}]{mathstrut#1}%
}

begin{document}

[
fpsqrt{120}
]

end{document}


enter image description here






share|improve this answer






























    up vote
    4
    down vote













    This is really just for fun (and because this is tagged TikZ). An attempt to adapt the shape of the circle to the dimensions of the square root. The idea is to use a path picture to find out what the dimensions of the square root are. Luckily tikzmark has the cool feature of detecting the mode we are in, so we do not have to worry about this here.



    documentclass{article}
    usepackage{tikz}
    usetikzlibrary{tikzmark,calc}
    newcounter{stuff}
    tikzset{oroot/.style={path picture={draw
    let p1=($(path picture bounding box.north)-(path picture bounding box.south)$) in (path picture bounding box.west)
    arc(180:-180:{0.25em+y1/10} and y1/3);}}}
    begin{document}
    abc $tikzmarknode[oroot]{1}{sqrt{a+b}}$
    [tikzmarknode[oroot]{2}{sqrt{frac{frac{1}{12}}{frac{a}{b}}}}]
    end{document}


    enter image description here






    share|improve this answer





















      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "85"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      convertImagesToLinks: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














       

      draft saved


      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f461193%2ffloating-point-square-root-symbol%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      6
      down vote













      I can offer this one, but don't try it with big arguments to the square root such as fractions.



      documentclass{article}
      usepackage{amsmath}
      usepackage{graphicx}

      newcommand{fpsqrt}[1]{%
      sqrt[leftroot{-5}uproot{-7}scalebox{0.7}{$bigcirc$}]{mathstrut#1}%
      }

      begin{document}

      [
      fpsqrt{120}
      ]

      end{document}


      enter image description here






      share|improve this answer



























        up vote
        6
        down vote













        I can offer this one, but don't try it with big arguments to the square root such as fractions.



        documentclass{article}
        usepackage{amsmath}
        usepackage{graphicx}

        newcommand{fpsqrt}[1]{%
        sqrt[leftroot{-5}uproot{-7}scalebox{0.7}{$bigcirc$}]{mathstrut#1}%
        }

        begin{document}

        [
        fpsqrt{120}
        ]

        end{document}


        enter image description here






        share|improve this answer

























          up vote
          6
          down vote










          up vote
          6
          down vote









          I can offer this one, but don't try it with big arguments to the square root such as fractions.



          documentclass{article}
          usepackage{amsmath}
          usepackage{graphicx}

          newcommand{fpsqrt}[1]{%
          sqrt[leftroot{-5}uproot{-7}scalebox{0.7}{$bigcirc$}]{mathstrut#1}%
          }

          begin{document}

          [
          fpsqrt{120}
          ]

          end{document}


          enter image description here






          share|improve this answer














          I can offer this one, but don't try it with big arguments to the square root such as fractions.



          documentclass{article}
          usepackage{amsmath}
          usepackage{graphicx}

          newcommand{fpsqrt}[1]{%
          sqrt[leftroot{-5}uproot{-7}scalebox{0.7}{$bigcirc$}]{mathstrut#1}%
          }

          begin{document}

          [
          fpsqrt{120}
          ]

          end{document}


          enter image description here







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 2 hours ago

























          answered 2 hours ago









          egreg

          698k8518573126




          698k8518573126






















              up vote
              4
              down vote













              This is really just for fun (and because this is tagged TikZ). An attempt to adapt the shape of the circle to the dimensions of the square root. The idea is to use a path picture to find out what the dimensions of the square root are. Luckily tikzmark has the cool feature of detecting the mode we are in, so we do not have to worry about this here.



              documentclass{article}
              usepackage{tikz}
              usetikzlibrary{tikzmark,calc}
              newcounter{stuff}
              tikzset{oroot/.style={path picture={draw
              let p1=($(path picture bounding box.north)-(path picture bounding box.south)$) in (path picture bounding box.west)
              arc(180:-180:{0.25em+y1/10} and y1/3);}}}
              begin{document}
              abc $tikzmarknode[oroot]{1}{sqrt{a+b}}$
              [tikzmarknode[oroot]{2}{sqrt{frac{frac{1}{12}}{frac{a}{b}}}}]
              end{document}


              enter image description here






              share|improve this answer

























                up vote
                4
                down vote













                This is really just for fun (and because this is tagged TikZ). An attempt to adapt the shape of the circle to the dimensions of the square root. The idea is to use a path picture to find out what the dimensions of the square root are. Luckily tikzmark has the cool feature of detecting the mode we are in, so we do not have to worry about this here.



                documentclass{article}
                usepackage{tikz}
                usetikzlibrary{tikzmark,calc}
                newcounter{stuff}
                tikzset{oroot/.style={path picture={draw
                let p1=($(path picture bounding box.north)-(path picture bounding box.south)$) in (path picture bounding box.west)
                arc(180:-180:{0.25em+y1/10} and y1/3);}}}
                begin{document}
                abc $tikzmarknode[oroot]{1}{sqrt{a+b}}$
                [tikzmarknode[oroot]{2}{sqrt{frac{frac{1}{12}}{frac{a}{b}}}}]
                end{document}


                enter image description here






                share|improve this answer























                  up vote
                  4
                  down vote










                  up vote
                  4
                  down vote









                  This is really just for fun (and because this is tagged TikZ). An attempt to adapt the shape of the circle to the dimensions of the square root. The idea is to use a path picture to find out what the dimensions of the square root are. Luckily tikzmark has the cool feature of detecting the mode we are in, so we do not have to worry about this here.



                  documentclass{article}
                  usepackage{tikz}
                  usetikzlibrary{tikzmark,calc}
                  newcounter{stuff}
                  tikzset{oroot/.style={path picture={draw
                  let p1=($(path picture bounding box.north)-(path picture bounding box.south)$) in (path picture bounding box.west)
                  arc(180:-180:{0.25em+y1/10} and y1/3);}}}
                  begin{document}
                  abc $tikzmarknode[oroot]{1}{sqrt{a+b}}$
                  [tikzmarknode[oroot]{2}{sqrt{frac{frac{1}{12}}{frac{a}{b}}}}]
                  end{document}


                  enter image description here






                  share|improve this answer












                  This is really just for fun (and because this is tagged TikZ). An attempt to adapt the shape of the circle to the dimensions of the square root. The idea is to use a path picture to find out what the dimensions of the square root are. Luckily tikzmark has the cool feature of detecting the mode we are in, so we do not have to worry about this here.



                  documentclass{article}
                  usepackage{tikz}
                  usetikzlibrary{tikzmark,calc}
                  newcounter{stuff}
                  tikzset{oroot/.style={path picture={draw
                  let p1=($(path picture bounding box.north)-(path picture bounding box.south)$) in (path picture bounding box.west)
                  arc(180:-180:{0.25em+y1/10} and y1/3);}}}
                  begin{document}
                  abc $tikzmarknode[oroot]{1}{sqrt{a+b}}$
                  [tikzmarknode[oroot]{2}{sqrt{frac{frac{1}{12}}{frac{a}{b}}}}]
                  end{document}


                  enter image description here







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 2 hours ago









                  marmot

                  76.8k487161




                  76.8k487161






























                       

                      draft saved


                      draft discarded



















































                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f461193%2ffloating-point-square-root-symbol%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Feedback on college project

                      Futebolista

                      Albești (Vaslui)