photo

guffer_


Last seen: 5 months ago Active since 2024

Followers: 0   Following: 0

Message

Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
He/him

Statistics

All
  • Solver

View badges

Feeds

View by

Solved


Sums of cubes and squares of sums
Given the positive integers 1:n, can you: 1. Compute twice the sum of the cubes of those numbers. 2. Subtract the square...

6 months ago

Question


How to determine the subset of a test suite which needs to be rerun due to changes to a project's codebase?
Hi, I'm working with a large codebase which has a number of test suites for different modules within it. We're using a CI ...

6 months ago | 1 answer | 0

1

answer

Solved


Calculate cosine without cos(x)
Solve cos(x). The use of the function cos() and sin() is not allowed.

6 months ago