gtoubiana/acte

View on GitHub
src/js/private/functions/positionSoleil.js

Summary

Maintainability
A
1 hr
Test Coverage

Function positionSoleil has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const positionSoleil = (jj) => {
  const T = (jj - jjAn2000Gregorien) / siecleJulien;
  const t2 = T * T;
  const l0 = normaliserDegres(280.46646 + (36000.76983 * T) +
    (0.0003032 * t2));
Severity: Minor
Found in src/js/private/functions/positionSoleil.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status