Skip to content

Commit

Permalink
fix(#2873): changed rho with sigma
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Feb 28, 2024
1 parent ae08297 commit ffc2376
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Expand Up @@ -244,7 +244,7 @@ SOFTWARE.
<xsl:param name="find"/>
<xsl:variable name="parent" select="parent::*"/>
<xsl:variable name="rho-dot">
<xsl:value-of select="eo:specials('^', true())"/>
<xsl:value-of select="eo:specials('&amp;', true())"/>
<xsl:text>.</xsl:text>
</xsl:variable>
<xsl:choose>
Expand Down
Expand Up @@ -28,7 +28,7 @@ phi: |
)
).if(
α0 ↦ ξ.n,
α1 ↦ ξ.ρ.fibonacci(
α1 ↦ ξ.σ.fibonacci(
α0 ↦ ξ.n.minus(
α0 ↦ Φ.org.eolang.int(
α0 ↦ Φ.org.eolang.bytes(
Expand All @@ -37,7 +37,7 @@ phi: |
)
)
).plus(
α0 ↦ ξ.ρ.fibonacci(
α0 ↦ ξ.σ.fibonacci(
α0 ↦ ξ.n.minus(
α0 ↦ Φ.org.eolang.int(
α0 ↦ Φ.org.eolang.bytes(
Expand Down
Expand Up @@ -18,17 +18,17 @@ phi: |
a ↦ ∅,
x ↦ ⟦
y ↦ ⟦
d ↦ ξ.ρ.ρ.a,
d ↦ ξ.σ.σ.a,
z ↦ ⟦
five ↦ ξ.ρ.ρ.ρ.ρ.main(
five ↦ ξ.σ.σ.σ.σ.main(
α0 ↦ Φ.org.eolang.int(
α0 ↦ Φ.org.eolang.bytes(
Δ ⤍ 00-00-00-00-00-00-00-05
)
)
),
b ↦ ξ.ρ.ρ.ρ.a,
e ↦ ξ.ρ.d
b ↦ ξ.σ.σ.σ.a,
e ↦ ξ.σ.d
Expand Down

0 comments on commit ffc2376

Please sign in to comment.