Working with sigmoid in Solidity
Blog iconSihan Tawsik
Sep 18
IntroductionWhile working on a project in solidity, I needed to calculate sigmoid. Now, anyone who has already worked with sigmoid will know that it involves the irrational number e. In this article, I will describe what problems I faced and how I tried to approach the problem from a mathematical and programming concept.The problemSolidity does not have native support for fractional operations, rather it uses scaled version of numbers (i.e: uint256 and int256) to make operations for fractiona...

Sihan Tawsik

Written by
Sihan Tawsik

Making the world a better place, one commit at a time. github: https://github.com/cinder-star

Subscribe

2025 Paragraph Technologies Inc

PopularTrendingPrivacyTermsHome
Search...Ctrl+K

Sihan Tawsik

Subscribe