Kotlin Multiplatform Library Template
Toggle table of contents
0.1.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
Kotlin Multiplatform Library Template
lib
/
com.example.library
/
Calculator
/
add
add
fun
add
(
a
:
Double
,
b
:
Double
)
:
Double
Adds two numbers.
Return
The sum of the two numbers.
Parameters
a
The first number.
b
The second number.