Jump to content
UBot Underground

Search the Community

Showing results for tags 'Decimal'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 2 results

  1. Hello, i am working on a cryptocurrency trading calculator, and because the tradings are based on bitcoin it has to manipulate 8 decimal numbers ex: 0.00000222 The problem is that when the bot is doing some math calculations it converts this numbers to exponential numbers and then does not recognize them as numbers anymore but as strings. How can i stop the bot transform the numbers from decimal to exponential ex: 0.00000222 to 2.22E-06
  2. I want a randomly generated number in decimal. When I try this: ui button("Click me for a random number") { set(#output, $rand(1.0, 9.9), "Local") } I always get back a whole number, not a decimal. Is there anyway to have it not round up?
×
×
  • Create New...