SawtoothWave
SawtoothWave(expr)
returns the sawtooth wave value of
expr
.
SawtoothWave({minimum, maximum}, expr)
returns the sawtooth wave value of
expr
in the rangeminimum
,maximum
See
Examples
>> SawtoothWave(41/42)41/42
>> SawtoothWave(42/41)1/41
Implementation status
- ✅ - full supported