lambdaclass / lambdaclass/leo_stdlib

Math Module

Open
#14 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature
Dominant language
Nix
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Implement a math module using the float implementation describe at #13

Functions

  • acos(x: float) -> float
  • acosh(x: float) -> float
  • asin(x: float) -> float
  • asinh(x: float) -> float
  • atan(x: float) -> float
  • atan2(y: float, x: float) -> float
  • atanh(x: float) -> float
  • ceil(x: float) -> float
  • cos(x: float) -> float
  • cosh(x: float) -> float
  • exp(x: float) -> float
  • floor(x: float) -> float
  • fmod(x: float, y: float) -> float
  • log(x: float) -> float
  • log10(x: float) -> float
  • log2(x: float) -> float
  • pow(x: float, Y) > float
  • sin(x: float) -> float
  • sinh(x: float) -> float
  • sqrt(x: float) -> float
  • tan(x: float) -> float
  • tanh(x: float) -> float

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the float implementation described in issue #13 and determine how the math module should use it. Implement the listed trigonometric, exponential, logarithmic, rounding, and power functions, with all listed signatures supported. Done means the complete function list is available and follows the referenced float implementation.

Written by the indexing model from the issue text.

Assessment

Domain
tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.