Giter Club home page Giter Club logo

structured-text-utilities's People

Contributors

andyruckstuhl avatar serhioromano avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

structured-text-utilities's Issues

rounding of small numbers result in wrong results

internal usage of number's string representation
Rounding of small numbers such as 0.000020741 fail due to unexpected usage of scientific notation in internal string conversion behaviour (e.g. to 2.074100e-04).

To Reproduce
call ROUND_LREAL or ROUND_REAL with a small number (e.g. 0.000020741) and with parameter 5

Expected behavior
rounding 0.000020741 with 5 digits should return 0.00002

Create crypto utility (e.g. to create hashes)

There are some situations where you need to communicate to third-party systems which uses hashes (e.g. MD5, SHA1, etc.) to check the integrity of sent data.

The new crypto utility would provide functions like CREATE_HASH which accepts a byte array and a hash algorithm as parameters.

Refactor proposal `DATE_TO_PARTS`

First function to refactor I want DATE_TO_PARTS. It looks like there are huge misconceptions. There are FOR cycle for years and in every year 12 FOR cycles for each month. That is quite a load.

This function does not return an array, and I do not see reasons to have nested cycle. I can get rid of it completely and greatly optimize this function.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.