Pythonのお勉強 Part76 (141レス)
Pythonのお勉強 Part76 http://mevius.5ch.net/test/read.cgi/tech/1760792623/
上
下
前次
1-
新
通常表示
512バイト分割
レス栞
抽出解除
必死チェッカー(本家)
(べ)
自ID
レス栞
あぼーん
113: デフォルトの名無しさん (ワッチョイ 7f7f-6bnJ) [sage] 2025/11/11(火) 19:02:28.74 ID:0kUp+mqN0 自分用メモ try: from math import fma # >=3.13 except ImportError: from math import isnan, sumprod # >=3.12 def fma(x, y, z): if isnan(x): return x if isnan(y): return y if isnan(z): return z return sumprod((float(x), 1.0), (float(y), float(z))) http://mevius.5ch.net/test/read.cgi/tech/1760792623/113
メモ帳
(0/65535文字)
上
下
前次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.183s*