A
annoyedtuna
When I perform the following:
<xsl:value-of select="( 182.88 mod 30.48 )"/>
I get 30.479999999999993 as a result
By my calculations, the result should actually be 0
Does anyone know what's going on here?
<xsl:value-of select="( 182.88 mod 30.48 )"/>
I get 30.479999999999993 as a result
By my calculations, the result should actually be 0
Does anyone know what's going on here?