Skip to content
View richardsmythe's full-sized avatar
  • England

Block or report richardsmythe

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. ReactiveDAG ReactiveDAG Public

    A tool for managing dynamic computations in a directed acyclic graph, allowing automatic updates of node values based on input changes.

    C# 3

  2. SquareRoot-Recursion SquareRoot-Recursion Public

    A simple example of using Newton's method for recursively finding a square root where x = any estimate

    Python

  3. richardsmythe.github.io richardsmythe.github.io Public

    CSS

  4. Fractions Fractions Public

    Allows for easy calculations of fractions, makes use of int64 numerator/denominator, preserves precision, simplifies fractions automatically, converts to exact and simple recurring decimals by dete…

    C#

  5. RCache RCache Public

    A light-weight, thread-safe custom caching implementation.

    C#

  6. Rounding Rounding Public

    Proportional allocation of n based on given weights. Discrepency adjustments based on absolute, relative and weighted errors

    C#