Skip to content

#include <math.h> #include <stdio.h> int main () { double x, y, z, a, b; x = 0.61; y = 0.9; z = 0.3; a = (pow(z, 2 * x) + pow (y, -1) * cos(z + y) * x) / (x + 1); b = pow(pow (x, 2) + y, 0.5) - pow(y, 2) * pow(sin((x + z) / x), 3); printf ("a=%f\n b=%f\n", a, b); }

active 2023-09-252023-10-29 (UTC)

Complete coverage26,450 / 26,450 hourly files (100%) · 2 absent upstream2023-08-152026-08-21 (UTC)
Events
5
Pushes
2
Pull requests
0
Issues
0
Stars
1
Forks
0

Activity over time

Daily event counts in the loaded window

Line chart, 35 days from 2023-09-25 to 2023-10-29. Pushes: 2 total, peak 1 in a day. Pull requests: 0 total, peak 0 in a day. Issues: 0 total, peak 0 in a day. Comments: 0 total, peak 0 in a day. Stars: 1 total, peak 1 in a day.

  • Pushes
  • Pull requests
  • Issues
  • Comments
  • Stars

Top contributors

Pushes, PRs, issues, reviews and comments — stars and forks excluded, so this is contribution rather than popularity

ContributorContributionsPushesPRsComments
timtim312200

Recent activity

Latest issues, pull requests and releases

No issue or PR events — this repo's activity is pushes only.

Totals cover only the window loaded into ClickHouse and count events, not GitHub's lifetime totals — 1 stars here means stars gained during the window, not the repo's star count.