1. Home
    1. Dashboard
    2. Search
  2. Forum
    1. Unresolved Threads
    2. Members
      1. Recent Activities
      2. Users Online
      3. Team Members
      4. Search Members
      5. Trophys
  3. Articles
  4. Blog
  5. Videos
  6. Jobs
  7. Shop
    1. Orders
  • Login or register
  • Search
This Thread
  • Everywhere
  • This Thread
  • This Forum
  • Articles
  • Pages
  • Forum
  • Blog Articles
  • Products
  • More Options
  1. Robotforum - Support and discussion community for industrial robots and cobots
  2. Forum
  3. Industrial Robot Support and Discussion Center
  4. Fanuc Robot Forum
Your browser does not support videos RoboDK Software for simulation and programming
Visit our Mainsponsor
IRBCAM
Robotics Channel
Robotics Training
Advertise in robotics
Sponsored Ads

Square Root of a value without Karel option

  • MoEL
  • August 22, 2023 at 4:12 PM
  • Thread is Unresolved
  • MoEL
    Reactions Received
    1
    Trophies
    2
    Posts
    96
    • August 22, 2023 at 4:12 PM
    • #1

    Hi everyone,

    Is there a way to find the square root of a value without Karel (SQRT fonction)?

    Thank you

  • hermann
    Reactions Received
    403
    Trophies
    9
    Posts
    2,593
    • August 22, 2023 at 4:35 PM
    • #2

    Lookout for Heron's Method. With that you can write your own program to calculate the square root.

  • Online
    gpunkt
    Reactions Received
    119
    Trophies
    6
    Posts
    456
    • August 22, 2023 at 4:37 PM
    • #3

    There is a TP-instruction for this, but it's only included in the Math function option J593 as far as I'm aware.

  • Online
    SkyeFire
    Reactions Received
    1,038
    Trophies
    12
    Posts
    9,371
    • August 22, 2023 at 4:38 PM
    • #4

    Newton's method can take a while unless you accept looser accuracy, but should be possible to implement in TP:

    Find root of a number using Newton's method - GeeksforGeeks
    A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and…
    www.geeksforgeeks.org
  • hermann
    Reactions Received
    403
    Trophies
    9
    Posts
    2,593
    • August 22, 2023 at 4:40 PM
    • #5

    You are right. And surprise, surprise: that Math function package is more or less a collection of small Karel programs you can call from TP.

  • MoEL
    Reactions Received
    1
    Trophies
    2
    Posts
    96
    • August 23, 2023 at 11:02 AM
    • #6

    Thank you all for your answers,

    I found the Babylonian method for finding a square root.

    Here is the code for it:

    Code
    double sqrt(double number)
    {    double error = 0.00001; //define the precision of your result    double s = number;
        while ((s - number / s) > error) //loop until precision satisfied     {        s = (s + number / s) / 2;    }    return s;
    }

    now i will do some tests and compare between this ans sqrt fonction in karel lanuage to see if this is enough for my application


    Thank you again

Advertising from our partners

IRBCAM
Robotics Channel
Robotics Training
Advertise in robotics
Advertise in Robotics
Advertise in Robotics

Job Postings

  • Anyware Robotics is hiring!

    yzhou377 February 23, 2025 at 4:54 AM
  • How to see your Job Posting (search or recruit) here in Robot-Forum.com

    Werner Hampel November 18, 2021 at 3:44 PM
Your browser does not support videos RoboDK Software for simulation and programming

Tag Cloud

  • abb
  • Backup
  • calibration
  • Communication
  • CRX
  • DCS
  • dx100
  • dx200
  • error
  • Ethernet
  • Ethernet IP
  • external axis
  • Fanuc
  • help
  • hmi
  • I/O
  • irc5
  • IRVIsion
  • karel
  • kawasaki
  • KRC2
  • KRC4
  • KRC 4
  • KRL
  • KUKA
  • motoman
  • Offset
  • PLC
  • PROFINET
  • Program
  • Programming
  • RAPID
  • robodk
  • roboguide
  • robot
  • robotstudio
  • RSI
  • safety
  • Siemens
  • simulation
  • SPEED
  • staubli
  • tcp
  • TCP/IP
  • teach pendant
  • vision
  • Welding
  • workvisual
  • yaskawa
  • YRC1000

Thread Tag Cloud

  • abb
  • Backup
  • calibration
  • Communication
  • CRX
  • DCS
  • dx100
  • dx200
  • error
  • Ethernet
  • Ethernet IP
  • external axis
  • Fanuc
  • help
  • hmi
  • I/O
  • irc5
  • IRVIsion
  • karel
  • kawasaki
  • KRC2
  • KRC4
  • KRC 4
  • KRL
  • KUKA
  • motoman
  • Offset
  • PLC
  • PROFINET
  • Program
  • Programming
  • RAPID
  • robodk
  • roboguide
  • robot
  • robotstudio
  • RSI
  • safety
  • Siemens
  • simulation
  • SPEED
  • staubli
  • tcp
  • TCP/IP
  • teach pendant
  • vision
  • Welding
  • workvisual
  • yaskawa
  • YRC1000

Users Viewing This Thread

  • 1 Guest
  1. Privacy Policy
  2. Legal Notice
Powered by WoltLab Suite™
As a registered Member:
* You will see no Google advertising
* You can translate posts into your local language
* You can ask questions or help the community with your knowledge
* You can thank the authors for their help
* You can receive notifications of replies or new topics on request
* We do not sell your data - we promise

JOIN OUR GREAT ROBOTICS COMMUNITY.
Don’t have an account yet? Register yourself now and be a part of our community!
Register Yourself Lost Password
Robotforum - Support and discussion community for industrial robots and cobots in the WSC-Connect App on Google Play
Robotforum - Support and discussion community for industrial robots and cobots in the WSC-Connect App on the App Store
Download