Skip to content

exp

Summary

Functional equivalent of a ** b.

Tip

This is an operator function.

Examples

1
2
map(exp(2))([2,3,4,5]);
//=> [4,9,16,25]

Parameters

Name Type Description
a number
b number

Return

number

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