Skip to content
View Lio-n's full-sized avatar
🦊
Focusing
🦊
Focusing

Block or report Lio-n

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

Pinned Loading

  1. dwf-m10-desafio dwf-m10-desafio Public

    TypeScript

  2. eloquent-journey-app eloquent-journey-app Public

    TypeScript

  3. new-west-app new-west-app Public

    A mock 'news-website'

    TypeScript

  4. note-app-react-native note-app-react-native Public

    TypeScript

  5. struktura struktura Public

    TypeScript

  6. ecuación_de_curva_normal.js ecuación_de_curva_normal.js
    1
    /** 
    2
        La ecuación de una curva normal utilizada en aplicaciones estadísticas es:
    3
        ```
    4
            y = (1 / (s * √2π)) * e ^ (-1/2[(x - m) / s]^2)
    5
        ```