UNPKG
@myzendap/just_calculator2
Version:
latest (1.0.0)
1.0.0
Simple calculator with sub and div functionality
@myzendap/just_calculator2
/
readme.md
7 lines
(5 loc)
•
174 B
Markdown
View Raw
1
2
3
4
5
6
7
ZenDap Calculator
with
sub
and
div functionality Pass two arguments
to
sub
and
to
div functions
to
get
the appropriate result Declarations
sub
(no1,no2); div(no1,no2);