CalculatorModule

Functions

Link copied to clipboard
abstract fun sequence(start: Int, end: Int, step: Int, timeInterval: Int): Flow<Int>
Link copied to clipboard
abstract fun sum(a: Int, b: Int): Int