Skip to content

Commit

Permalink
TODO #225
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Feb 22, 2024
1 parent d96a5bb commit 0222aa0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/common/view/EquationMarkup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@ type Amplitude = string | number;

const EquationMarkup = {

//TODO https://github.com/phetsims/fourier-making-waves/issues/225 2 usages
/**
* Gets the RichText markup for the general form that describes a Fourier series.
*/
getGeneralFormMarkup( domain: Domain, seriesType: SeriesType, equationForm: EquationForm ): string {
return EquationMarkup.getSpecificFormMarkup( domain, seriesType, equationForm, n, An );
},

//TODO https://github.com/phetsims/fourier-making-waves/issues/225 2 usages
/**
* Gets the RichText markup for a specific form that describes a Fourier series.
*/
Expand All @@ -68,6 +70,7 @@ const EquationMarkup = {
return markup;
},

//TODO https://github.com/phetsims/fourier-making-waves/issues/225 3 usages
/**
* Gets the RichText markup for 'F(...)', where the '...' depends on the Domain.
*/
Expand Down

0 comments on commit 0222aa0

Please sign in to comment.