Skip to content

div

Summary

Functional equivalent of a / b.

Tip

This is an operator function.

Examples

1
2
map(div(4))([20,40,60,80])
//=> [5,10,15,20]

Parameters

Name Type Description
a number
b number

Return

number

AltStyle によって変換されたページ (->オリジナル) /