Inline Formula

When a0a \ne 0, there are two solutions to (ax^2 + bx + c = 0) and they are
x=b±b24ac2a.x = {-b \pm \sqrt{b^2-4ac} \over 2a}.

japanese

@startuml
太郎 -> 花子 :こんにちは!
@enduml

english

@startuml
Bob -> Alice :hello
@enduml

ロバストネス図

@startuml
boundary ニュース検索画面
control 一覧取得
entity ニュース一覧
boundary ニュース一覧画面
boundary エラー画面

ニュース検索画面-|>一覧取得 : アクセス
一覧取得--|>エラー画面: 失敗
一覧取得--|>ニュース一覧画面 : 成功
一覧取得-|>ニュース一覧 : 取得
@enduml

timinig chart

1

@startuml
robust "ウェブブラウザ" as WB
concise "ユーザ" as WU

@0
WU is アイドル
WB is アイドル

@100
WU is 待機
WB is 処理中

@300
WB is 待機
@enduml

@startuml robust "ウェブブラウザ" as WB concise "ユーザ" as WU @0 WU is アイドル WB is アイドル @100 WU is 待機 WB is 処理中 @300 WB is 待機 @enduml

以下のチャートが描画される想定
chart external_link

http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuIhAJoejBb5GUjoqx77JyiVDqy1e9PYxJKaXiLWXt8ahEJylERCu5QYgUTdZvZrmcL0kBWS3hl1GXSnYXSTDYnutBNdStFcuUJLNk1E649U3eG5CxTDzhSzMpeUgUjg-xFc4jYSxrWAL68EKE24fSKZDIm4w4m00 external_link

2

@startuml
robust "ウェブブラウザ" as WB
concise "ユーザ" as WU

WB is 初期化中
WU is 不在

@WB
0 is アイドル
+200 is 処理中
+100 is 待機
WB@0 <-> @50 : {50 ms lag}

@WU
0 is 待機
+500 is ok
@200 <-> @+150 : {150 ms}
@enduml

ガントチャート1

@startuml
[プロトタイプを設計] lasts 15 days
[プロトタイプをテスト] lasts 10 days
-- すべての例 --
[Task 1 (1日)] lasts 1 day
[T2 (5日)] lasts 5 days
[T3 (1週間)] lasts 1 week
[T4 (1週間と4日)] lasts 1 week and 4 days
[T5 (2週間)] lasts 2 weeks
@enduml

ガントチャート2

@startuml
language ja

[プロトタイプを設計] lasts 15 days
[プロトタイプをテスト] lasts 10 days

Project starts 2020-07-01
[プロトタイプを設計] starts 2020-07-01
[プロトタイプをテスト] starts 2020-07-16
@enduml