エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
numpy.exp — NumPy v2.3 Manual
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
numpy.exp — NumPy v2.3 Manual
numpy.exp# numpy.exp(x, /, out=None, *, where=True, casting='same_kind', order='K', dtype=None, s... numpy.exp# numpy.exp(x, /, out=None, *, where=True, casting='same_kind', order='K', dtype=None, subok=True[, signature]) = <ufunc 'exp'># Calculate the exponential of all elements in the input array. Parameters: xarray_likeInput values. outndarray, None, or tuple of ndarray and None, optionalA location into which the result is stored. If provided, it must have a shape that the inputs broadcast to.

